I am but a mere fledgling in the world of computer and software programming. Programming was not what I had thought I would be doing but ever since I started, I have loved every second of it, maybe not the bugs and errors part. And that is the main reason I am here, to learn how to fix my careless mistakes and ignorance as well as help others find answers if or when I can provide them.
package helloworld;
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello StackOverflow");
}
}
Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program. - Linus Torvalds