hello world

This commit is contained in:
Richard Robert Reitz 2024-12-16 11:37:46 +01:00
parent 13865cb3c6
commit a756ec35f5

8
hello.go Normal file
View file

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