wheel_of_fortune/cmd/main.go
2025-02-18 20:11:09 +03:00

8 lines
67 B
Go

package main
import "fmt"
func main() {
fmt.Printf("Hello\n")
}