photocourtesy:pixelduke
/*
*Open Source
*
*/
/**
*
* @author lol ik
*/
public class helloworld {
/*birth of a new program*/
public static void main(String[] args) {
System.out.println("Hello World");
}
}
This is my very first Program in NetBeans
posted by lol ik
Comments
Post a Comment