freemarker.testcase
Class HelloWorld

java.lang.Object
  extended by freemarker.testcase.HelloWorld

public final class HelloWorld
extends java.lang.Object

Simple HelloWorld program, used by the TestExecModel test case.

Version:
$Id: HelloWorld.java 1003 2004-10-16 14:54:58Z run2000 $

Constructor Summary
HelloWorld()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method for the "HelloWorld" program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorld

public HelloWorld()
Method Detail

main

public static void main(java.lang.String[] args)
Main method for the "HelloWorld" program.

Parameters:
args - the command line arguments, ignored