fix: uncomment the code line below comments
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user