Files
misc/go/hello_world.go
2025-07-02 00:07:49 -07:00

6 lines
55 B
Go

package main
func main() {
println("hello world!")
}