๐Ÿ“ฆ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`.

Ctrl+Enter to run