go_winter_2024/cmd/main.go
Ivan Titov d29adf8d32
Some checks failed
Test Go Action / use-go-action (push) Failing after 6s
actions
2024-12-21 13:11:41 +03:00

8 lines
85 B
Go

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