Fixing a bug: Map's parameterized type signature with wildcard was not handled properly.
[jpf-core.git] / examples / HelloWorld.java
1 public class HelloWorld {
2
3         public static void main(String[] args) {
4
5                 System.out.println("Hello World!");
6         }
7 }