Oddbean new post about | logout

Notes by D4TAN3RD | export

 package main

import "fmt"

func main() {
    fmt.Println("Hello World")
}