|
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.
|