org.jace.examples.StaticTest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jace-core-java Show documentation
Show all versions of jace-core-java Show documentation
Jace core module, Java source-code
package org.jace.examples;
@SuppressWarnings("UseOfSystemOutOrSystemErr")
public class StaticTest
{
static
{
System.out.println("Hello World!");
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy