package p; import java.io.IOException; class Native { public static void main() { String foo = "hello Dreamcast"; System.out.println(foo); } }