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

This commit is contained in:
Ivan Titov 2024-12-21 13:00:17 +03:00
parent dbc9f2b1a3
commit 1f86e077c0

View File

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