Main Page

From wiki.samerhijazi.net
Revision as of 22:56, 10 April 2019 by Samerhijazi (talk | contribs)
Jump to navigation Jump to search


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.
    }
}

Internal-Links

Web-Links