Hello, world!

main
diff 2020-11-12 19:19:36 +00:00
commit 7439ed3160
1 changed files with 9 additions and 0 deletions

9
main.go 100644
View File

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