All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test.Test Maven / Gradle / Ivy

Go to download

This is a demo project I created for learning how to create and publish a Java library DO NOT USE FOR PRODUCTION USE! (unless you just want a file that prints hello world)

The newest version!
package test;

public class Test {

    public void test() {
        System.out.println("Hello World!");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy