zaliczeniePP/witaj.go
2018-11-14 17:47:51 +01:00

6 lines
76 B
Go

package main
import "fmt"
func main() {
fmt.Println("Witaj świecie!")
}