Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Just learning java ^.^

Name: Anonymous 2012-12-28 10:29


/*
 * HelloWorldApp.java
 *
 * Created on April 28, 2006, 5:23 PM
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package helloworldapp;

/**
 * The HelloWorldApp class implements an application that
 * simply prints "Hello World!" to standard output.
 */
public class HelloWorldApp {
   
    /** Creates a new instance of HelloWorldApp */
    public HelloWorldApp() {
    }
   
    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        System.out.println("Hello /prog/!"); // Display the string.
    }
   
}

Name: Anonymous 2012-12-28 11:15

then is not too late to unlearn it.

Don't change these.
Name: Email:
Entire Thread Thread List