Compare commits

..

No commits in common. "ecbf97326a06420d45e81d61b07860390e5031cc" and "643d4bd604e649a2642e0d70355d5a369ab8adff" have entirely different histories.

View File

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