home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 December / PCWorld_1998-12_cd.iso / software / DownLd12 / Editplus / template.jav < prev    next >
Text File  |  1998-04-10  |  106b  |  8 lines

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