From 47c9bf5bf4e11d58a23144c5637205ef047f53e6 Mon Sep 17 00:00:00 2001 From: Fedor Korotkiy Date: Thu, 13 Feb 2020 16:00:28 +0300 Subject: [PATCH] Add tour0 --- .deadlines.yml | 2 ++ tour0/README.md | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 tour0/README.md diff --git a/.deadlines.yml b/.deadlines.yml index c185ed2..f3e8ecf 100644 --- a/.deadlines.yml +++ b/.deadlines.yml @@ -4,3 +4,5 @@ tasks: - task: sum score: 100 + - task: tour0 + score: 100 diff --git a/tour0/README.md b/tour0/README.md new file mode 100644 index 0000000..13ec385 --- /dev/null +++ b/tour0/README.md @@ -0,0 +1,5 @@ +# tour of go + +Пройдите первую часть (Basics) tour of go на [сайте](https://tour.golang.org/welcome/1). + +После того, как вы пройдёте все задачи, пошлите флаг `FLAG{tour0:gopher:9b82d50468bd79610f28ae57eb5cafcd}` в [систему](https://go.manytask.org/submit).