×
×
Correct!
Add a
package main
import ("fmt")
func myFunction(@(5) @(6)) {
fmt.Printf("%v Doe", fname)
}
func main() {
myFunction("John")
}
package main
import ("fmt")
func myFunction(fname string) {
fmt.Printf("%v Doe", fname)
}
func main() {
myFunction("John")
}
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 28 exercises.
Are you sure you want to continue?