go_winter_2024/cmd/main.go
2024-12-21 13:14:07 +03:00

8 lines
84 B
Go

package main
import "fmt"
func main() {
fmt.Println("Welcome to rise field!!")
}