Compare commits

...

2 Commits

View File

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