View Single Post
  #3 (permalink)  
Old May 29th, 2007, 12:17
matthewhaworth matthewhaworth is offline
Junior Member
Join Date: May 2007
Location: England
Age: 17
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Java fundamentals, tutorials, etc.

Code: Select all
public class helloWorld {
            public static void main (String args[]) {
                  System.out.println("Hello world!");
            }
}
I've actually learnt a lot since i posted that last ...post lol. All from http://michael.has.nicedrums.net amazing site.
Reply With Quote