actions
Some checks failed
Test Go Action / use-go-action (push) Failing after 0s

This commit is contained in:
Ivan Titov 2024-12-21 12:56:47 +03:00
parent ba8fd5d8de
commit dbc9f2b1a3

View File

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