blob: f29fd142fc263292f58a203d06657b836e385c58 [file] [log] [blame]
/* /nodynamiccopyright/ */ public class HelloWorld { // hard coded linenumbers - DO NOT CHANGE
public static void main(String args[]) {
System.out.println("Hello, world!");
}
}