int puts(char * string);
puts send a single string to the PC via SOUT, followed by the newline character.
puts returns -1 on error, otherwise the last character printed