Oddbean new post about | logout
 package main

func main(){
    fmt.Println("hello world")
}

The End