1 package net.sf.tagteam.id3; 2 3 /** 4 * Hello world! 5 * 6 */ 7 public class App 8 { 9 public static void main( String[] args ) 10 { 11 System.out.println( "Hello World!" ); 12 } 13 }