Main.java:1: error: class GoodFirstProgram is public, should be declared in a file named GoodFirstProgram.java
public class GoodFirstProgram
^
Main.java:7: error: cannot find symbol
System.out.printIn( "Hello World!" );
^
symbol: method printIn(String)
location: variable out of type PrintStream
Main.java:8: error: cannot find symbol
System.out.printIn( "Hello Again!" );
^
symbol: method printIn(String)
location: variable out of type PrintStream
Main.java:9: error: cannot find symbol
System.out.printIn( "I like typing this." );
^
symbol: method printIn(String)
location: variable out of type PrintStream
Main.java:10: error: cannot find symbol
System.out.PrintIn( "This is fun." );
^
symbol: method PrintIn(String)
location: variable out of type PrintStream
Main.java:11: error: cannot find symbol
System.out.printIn( "Yay! Printing." );
^
symbol: method printIn(String)
location: variable out of type PrintStream
Main.java:12: error: cannot find symbol
System.out.printIn( "I'd much rather you 'not'." );
^
symbol: method printIn(String)
location: variable out of type PrintStream
Main.java:13: error: cannot find symbol
System.out.printIn( "I \"said\" do not touch this." );
^
symbol: method printIn(String)
location: variable out of type PrintStream
8 errors