Forum Latihan Hello World
Source Code :
package program1;
/**
*
* @author Dell
*/
public class Program1 {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
System.out.println("Hello, World.");
System.out.println(" ");
System.out.println("Aku Cinta Indonesia.");
}
/**
*
* @author Dell
*/
public class Program1 {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
System.out.println("Hello, World.");
System.out.println(" ");
System.out.println("Aku Cinta Indonesia.");
}
Komentar
Posting Komentar