Create witaj.go

This commit is contained in:
Klopotzky 2018-11-20 16:54:50 +01:00
parent c7c0e0ae6f
commit f086e92675

6
workspace/witaj.go Normal file
View File

@ -0,0 +1,6 @@
package main
import "fmt"
func main() {
fmt.Println("Witaj świecie!")
}