main go added to dev branch #1

Merged
Th3SuspectTV merged 1 commits from dev into main 2025-03-03 22:17:45 +03:00
Showing only changes of commit 9866003d92 - Show all commits

View File

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