Create main.go
This commit is contained in:
parent
5fc72581b4
commit
c9c9813377
10
src/testowyNowy/main.go
Normal file
10
src/testowyNowy/main.go
Normal file
@ -0,0 +1,10 @@
|
||||
// testowyNowy project main.go
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello World!")
|
||||
}
|
Loading…
Reference in New Issue
Block a user