java.io: PrintStream
[mate.git] / tests / Native2.java
diff --git a/tests/Native2.java b/tests/Native2.java
new file mode 100644 (file)
index 0000000..0c3c701
--- /dev/null
@@ -0,0 +1,7 @@
+package tests;
+
+public class Native2 {
+       public static void main(String []args) {
+               System.out.printf(0x1337);
+       }
+}