From d00b37616e53bcf0b4ceffbf48c55c777f08ea24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20K=C5=82opocki?= Date: Tue, 20 Nov 2018 21:17:07 +0000 Subject: [PATCH] =?UTF-8?q?Prze=C5=9Blij=20pliki=20do=20''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 main.go diff --git a/main.go b/main.go new file mode 100644 index 0000000..3ba2911 --- /dev/null +++ b/main.go @@ -0,0 +1,6 @@ +package main //[1] +import "fmt" //[2] + +func main() { //[3] + fmt.Println("Witaj świecie! 2") //[4] +} \ No newline at end of file