
Sep 4, 2008
Das obligatorische Hello World!
1
2
3
4
5
6
7
| public class HelloWorld
{
public static void main(String[] args)
{
System.out.println("Hello World!");
}
} |
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.