Hello, world!

This commit is contained in:
diff 2020-11-12 19:19:36 +00:00
commit 7439ed3160

9
main.go Normal file
View File

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, world!")
}