go_winter_2024/cmd/main.go
Ivan Titov dbc9f2b1a3
Some checks failed
Test Go Action / use-go-action (push) Failing after 0s
actions
2024-12-21 12:56:47 +03:00

8 lines
83 B
Go

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