Delete main.go

This commit is contained in:
s441433 2018-12-27 21:59:01 +01:00
parent 7244307c42
commit 50b3fa321f

View File

@ -1,10 +0,0 @@
// testowyNowy project main.go
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello World!")
}