court/main.go
2024-03-27 18:13:05 +01:00

7 lines
73 B
Go

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