hello-world/go/helloworld.go
2024-04-04 20:17:17 +02:00

7 lines
75 B
Go

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