Add README file intended to lower the barrier to entry for the next
[checker-flow-ng.git] / Dummy.java
blob492961d8eae80b17b501802ae07c31f9009c8d7f
1 public class Dummy {
2 public static void main(String[] args) {
3 System.out.println(1 + 2);
4 System.out.println("foo");