strings: put every String from the constantpool in a Map
[mate.git] / tests / Native3.java
1 package tests;
2
3 public class Native3 {
4         public static void main(String []args) {
5                 System.out.println("Hello World");
6         }
7 }