refactor: challenge files and explanations

This commit is contained in:
Inanc Gumus
2018-12-15 13:34:39 +03:00
parent ded0d0c603
commit e8979057d4
7 changed files with 64 additions and 127 deletions

View File

@@ -1,23 +0,0 @@
// For more tutorials: https://blog.learngoprogramming.com
//
// Copyright © 2018 Inanc Gumus
// Learn Go Programming Course
// License: https://creativecommons.org/licenses/by-nc-sa/4.0/
//
package main
// ---------------------------------------------------------
// EXERCISE: Text
//
// 1. Text
//
// HINT
// Text
//
// EXPECTED OUTPUT
// Text
// ---------------------------------------------------------
func main() {
}

View File

@@ -1,11 +0,0 @@
// For more tutorials: https://blog.learngoprogramming.com
//
// Copyright © 2018 Inanc Gumus
// Learn Go Programming Course
// License: https://creativecommons.org/licenses/by-nc-sa/4.0/
//
package main
func main() {
}