This commit is contained in:
Ivan Titov 2024-12-07 13:04:09 +03:00
parent 0374d5a990
commit 46dd752890
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Welcome to rise field, mf!")
}

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module gowinter
go 1.23.3