HELLO WORLD
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Project/Maven2/JavaApp/src/main/java/${packagePath}/${mainClassName}.java to edit this template
*/
package com.mycompany.helloworld;
/**
*
* @author fathony ady
*/
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
System.out.println("aku cinta indonesia");
}
}
Komentar
Posting Komentar