Compare commits

...

2 Commits

View File

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