Init commit

This commit is contained in:
Виталий Туров 2025-02-18 20:11:09 +03:00
parent bc9a85df9a
commit 906d4808fb
2 changed files with 10 additions and 0 deletions

7
cmd/main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Printf("Hello\n")
}

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module wheel_of_fortune
go 1.24.0