freemarker.testcase
Class HelloWorld

java.lang.Object
  |
  +--freemarker.testcase.HelloWorld

public final class HelloWorld
extends java.lang.Object

Simple HelloWorld program, used by the TestExecModel test case.

Version:
$Id: HelloWorld.java,v 1.7 2003/11/28 01:17:06 run2000 Exp $

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