Hello world

Hai... berikut ini adalah sebuah rumus didalam pemrograman java yag sangat sederhana yaitu menulis kata hello world
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package contoh2;

/**
 *
 * @author yohanes
 */
public class Contoh2 {

    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        // TODO code application logic here
        System.out.println("Hello World");
    }
}


EmoticonEmoticon