Complete the code so it prints:
question
AI feedback
code challenge
Complete the code so it prints:
package main
import "fmt"
func main() {
name := "Alice"
age := 25
// Print: Alice is 25 years old
}
your task
Fix the code, then record yourself explaining: what was the bug, how does your fix work, and what is the complexity?
tap to record your answer
Analysing your answer with AI...
+60 XP on completion
senior answer
how a senior engineer would frame this
record your follow-up answer
+20 XP bonus
+60 XP earned
0% to Junior Developer