Monday, 3 November 2014


basic hello world program

class Example
{
public static void main(string args[]}{
system.out.println("HELLOW WORLD");
}
}

No comments:

Post a Comment