Create main.go

This commit is contained in:
s441433 2018-11-21 23:47:42 +01:00
parent 5fc72581b4
commit c9c9813377

10
src/testowyNowy/main.go Normal file
View File

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