Challenge: Hello World
Task
Complete the following code that displays "Operation Successful"
.
index.go
123456package main import "fmt" func main() { ___("Operation Successful") }
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 8
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Suggested prompts:
Ask me questions about this topic
Summarize this chapter
Show real-world examples
Awesome!
Completion rate improved to 1.96
Challenge: Hello World
Swipe to show menu
Task
Complete the following code that displays "Operation Successful"
.
index.go
123456package main import "fmt" func main() { ___("Operation Successful") }
Everything was clear?
Thanks for your feedback!
SectionΒ 1. ChapterΒ 8