class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, world");
}
}
Blog Archive
Advertisement
23:09
Labels: Simple java program
Subscribe to:
Post Comments (Atom)
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, world");
}
}
Labels: Simple java program
0 comments:
Post a Comment