Hello world!

package gr.dsigned;
public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World");
    }
}

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*