Step 1
Declare an integer variable named `score` using the `var` keyword and assign it the value 42. Then print it with `fmt.Println`.