This commit is contained in:
Ivan Titov 2024-12-21 13:14:07 +03:00
parent d29adf8d32
commit a63625798e

View File

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