Printable View
Code java: // Hello_World.java public class Hello_World { public static void main( String args [] ) { System.out.println( "Hello world" ); } } // end of noob
// Hello_World.java public class Hello_World { public static void main( String args [] ) { System.out.println( "Hello world" ); } } // end of noob
Welcome javastudent987 Browse the Announcements page for helpful forum tips