Authors: russell@unturf.com · brackishbert@gmail.com · foxhop.net · TimeHexOn.com Patches, unit tests, benchmarks, whitepaper, and outreach briefs. Public domain — no copyright claimed. Use freely.
14 lines
260 B
Text
14 lines
260 B
Text
|
|
/**
|
|
* This class is used to test the results of the langtools build.
|
|
*/
|
|
public class HelloWorld {
|
|
|
|
public HelloWorld();
|
|
|
|
/**
|
|
* The old standby!
|
|
* @param args The parameters are ignored.
|
|
*/
|
|
public static void main(java.lang.String... args);
|
|
}
|