I can't see the problem.

Unity come up with these following errors in this simple script:

error cs1525 unexpected symbol ‘}’

error cs8025 parsing error

Two problems:

  1. you’re missing a semicolon after the method call.
  2. print isn’t a method, you’re looking for Debug.Log