Class put

java.lang.Object
  extended byput

public class put
extends java.lang.Object

This is yet another take on the classic example program. This one is used to demonstrate the J2VMS generic JNI call interface.

Here is the original C version:

 main() {
        printf("hello, world\n");
 }
 
For other programs in the same style, follow the links below.

See Also:
The Hello World Collection

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

Constructor Detail

put

public put()
Method Detail

main

public static void main(java.lang.String[] args)
Main entry point to the program

Parameters:
args - Command line arguments (unused)