home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / ftp.editplus.com.tar / ftp.editplus.com / epp211.exe / template.java < prev    next >
Text File  |  1998-04-09  |  106b  |  8 lines

  1. class ^! 
  2. {
  3.     public static void main(String[] args) 
  4.     {
  5.         System.out.println("Hello World!");
  6.     }
  7. }
  8.