main go added to dev branch

This commit is contained in:
Илья Шевченко 2025-03-03 22:17:16 +03:00
parent 643d4bd604
commit 9866003d92

View File

@ -3,5 +3,5 @@ package main
import "fmt"
func main() {
fmt.Print("Hello World")
fmt.Print("Hello World DEV")
}