package test; /** * Hello world! * */ public class C { public static void main( String[] args ) { System.out.println( "Hello from C!" ); } }