Compare commits

..

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

View File

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