Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Tyler Brooks

Tyler Brooks

Tyler Brooks has asked 2 questions and find answers to 0 problems.

Stats

10
EtPoint
0
Vote count
2
questions
0
answers

About

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.");
   }
}