Beast quest Β· reward 35 XP
Declare a function.
Egg hatching Β· 0%
Finish every step to hatch your monster!
Step 1 / 6
Declare a function. π Why it matters: Big teams use this so their code stays tidy and easy to fix.
func add(a, b int) int { return a+b }
Tip: press Enter to continue