March 12

Java

Posted by Chris De Hous | 2 comments

Programming has been a long time for me. The old days of Fortran and Pascal. Now that I have been active in our delivery for fun this time this little thing.

class trasys{
public static void main (string args[]){
system.out.println (“We get IT done? You too?”);
}
}

Take care,

Chris

March 18

Will it compile? ;-)

Posted by Joeri Peeters

Java is also my favorite programming language, but I would change the type of the args[] parameter to String (with a capital) and the system class to System. ;-)

March 12

Java All the way

Posted by Paris Apostolopoulos

God bless Java!!! :D