log in sign up free
question AI feedback
code challenge

Complete the code so it prints:

1:30
go
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