the last line of code kept changing to a smile so I added a space
and the error message is this:
In function 'void loop()':
8:10: error: 'class HardwareSerial' has no member named 'printIn'
It's println, with a lower case L, not printIn with an uppercase i. At least on Windows, the default font of the Arduino IDE makes the two characters indistinguishable. I changed my font to Consolas to fix that issue and also make the difference between the number zero and upper case o more obvious.