Command "printIn" not working

I was using my Mac's terminal program and whenever I typed in the command "printIn" it would not do anything and display "repl.swift:4:1 error:use of unresolved identifier 'printIn'" How can i fix this?

Are you using Swift 2? println() is no longer there, use print() instead.

Command "printIn" not working
 
 
Q