๐ฆVariablesWORKSHOP
1
2
3
4
5
Step 1
Declare an integer variable named `score` using the `var` keyword and assign it the value 42. Then print it with `fmt.Println`.
โ Enter (Mac) ยท Ctrl+Enter (Win/Linux)
Step 1
Declare an integer variable named `score` using the `var` keyword and assign it the value 42. Then print it with `fmt.Println`.