From c7c0e0ae6f6d16a88eb72a999344f44ddfc2275d Mon Sep 17 00:00:00 2001 From: Klopotzky <35952069+Klopotzky@users.noreply.github.com> Date: Wed, 14 Nov 2018 17:47:51 +0100 Subject: [PATCH 1/5] Update witaj.go --- witaj.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 witaj.go diff --git a/witaj.go b/witaj.go new file mode 100644 index 0000000..5c4339b --- /dev/null +++ b/witaj.go @@ -0,0 +1,6 @@ +package main +import "fmt" + +func main() { + fmt.Println("Witaj świecie!") +} \ No newline at end of file From f086e92675893fc18523a8b28b16615ffb9b4b62 Mon Sep 17 00:00:00 2001 From: Klopotzky <35952069+Klopotzky@users.noreply.github.com> Date: Tue, 20 Nov 2018 16:54:50 +0100 Subject: [PATCH 2/5] Create witaj.go --- workspace/witaj.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 workspace/witaj.go diff --git a/workspace/witaj.go b/workspace/witaj.go new file mode 100644 index 0000000..5c4339b --- /dev/null +++ b/workspace/witaj.go @@ -0,0 +1,6 @@ +package main +import "fmt" + +func main() { + fmt.Println("Witaj świecie!") +} \ No newline at end of file From 700dbce972f949c50cfb9b71b896a9d682d0c9de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20K=C5=82opocki?= Date: Tue, 20 Nov 2018 20:59:56 +0000 Subject: [PATCH 3/5] =?UTF-8?q?Usu=C5=84=20'workspace/witaj.go'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workspace/witaj.go | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 workspace/witaj.go diff --git a/workspace/witaj.go b/workspace/witaj.go deleted file mode 100644 index 5c4339b..0000000 --- a/workspace/witaj.go +++ /dev/null @@ -1,6 +0,0 @@ -package main -import "fmt" - -func main() { - fmt.Println("Witaj świecie!") -} \ No newline at end of file From 6f7d96b259b8c1fef5158db14a79673712726194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20K=C5=82opocki?= Date: Tue, 20 Nov 2018 21:00:04 +0000 Subject: [PATCH 4/5] =?UTF-8?q?Usu=C5=84=20'witaj.go'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- witaj.go | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 witaj.go diff --git a/witaj.go b/witaj.go deleted file mode 100644 index 5c4339b..0000000 --- a/witaj.go +++ /dev/null @@ -1,6 +0,0 @@ -package main -import "fmt" - -func main() { - fmt.Println("Witaj świecie!") -} \ No newline at end of file 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 5/5] =?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