Compare commits

..

No commits in common. "main" and "dev" have entirely different histories.
main ... dev

View File

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