zaliczeniePP/workspace/witaj.go
2018-11-20 16:54:50 +01:00

6 lines
76 B
Go

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