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

net.anzix.agent.TestMain Maven / Gradle / Ivy

The newest version!
package net.anzix.agent;

/**
 * Simple main class to test the agent.
 * 
 * @author elek
 * 
 */
public class TestMain {
	public static void main(String[] args) {
		System.out.println("Hello world");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy