0c3c701b4dc2da8e0fce8e793d25d2dc591ee1ff
[mate.git] / tests / Native2.java
1 package tests;
2
3 public class Native2 {
4         public static void main(String []args) {
5                 System.out.printf(0x1337);
6         }
7 }