blob: bead34596128a3bfb180df441c197b8238fe0d79 [file] [log] [blame]
package test0600;
class C {
public static void world() {
System.out.println("x");
}
}