×
×
Correct!
Create a variable named myWord and assign "Hello!" to it.
package main
import ("fmt")
func main() {
var @(6) = "@(6)"
fmt.Println(@(6))
}
package main
import ("fmt")
func main() {
var myWord = "Hello!"
fmt.Println(myWord)
}
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 28 exercises.
Are you sure you want to continue?