Merge golanOnly Branch

This commit is contained in:
saul_badillo
2024-04-11 19:02:12 -06:00

View File

@@ -3,5 +3,5 @@ package main
import "fmt" import "fmt"
func main(){ func main(){
fmt.Println("Hello world!") fmt.Println("Not Hello world!")
} }