Files
go/hello/hello.go
2026-02-23 23:02:07 +01:00

8 lines
73 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello World!")
}