Merge pull request 'main go added to dev branch' (#1) from dev into main

Reviewed-on: http://suspect.lan:3000/Th3SuspectTV/GoLangTestRep/pulls/1
This commit is contained in:
Th3SuspectTV 2025-03-03 22:17:44 +03:00
commit ecbf97326a

View File

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