fix: uncomment the code line below comments

This commit is contained in:
Inanc Gumus
2018-10-22 23:32:42 +03:00
parent 4866621f74
commit 19b9d85312
2 changed files with 2 additions and 2 deletions

View File

@ -22,6 +22,6 @@ func main() {
// FIX THIS CODE
// count := ?
// DO NOT TOUCH THIS CODE
// UNCOMMENT IT FIRST, THEN DO NOT TOUCH THIS CODE
// fmt.Printf("There are %d names.\n", count)
}

View File

@ -29,6 +29,6 @@ func main() {
// ADD YOUR CODE BELOW
// USE `fmt.Println` for each question
// DO NOT TOUCH THIS
// UNCOMMENT IT FIRST, THEN DO NOT TOUCH THIS CODE
// fmt.Println(x)
}