Update witaj.go

This commit is contained in:
Klopotzky 2018-11-14 17:47:51 +01:00
commit c7c0e0ae6f

6
witaj.go Normal file
View File

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