rwxrob-dot/snippets/go/hello

8 lines
72 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
package main
import "fmt"
func main() {
fmt.Println("Hello World")
}