I'm a young Computer Scientist in training attending USU. I have a lot of great ideas and thoughts that need to be spread throughout the world.
public class GoodbyeWorld{
public static void main(String[] args)
{
System.out.println("Goodbye, World.");
}
}