Main Page
Revision as of 22:56, 10 April 2019 by Samerhijazi (talk | contribs)
Welcome to My Wiki-Page your source for documentation on the web.
$ echo Hello World
public class HelloWorldApp {
public static void main(String[] args) {
System.out.println("Hello World!"); // Prints the string to the console.
}
}