Added skeleton for Tolerant Reader.

This commit is contained in:
Ilkka Seppala
2015-04-28 22:53:37 +03:00
parent efe81f0767
commit 27a11aa9fc
4 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,13 @@
package com.iluwatar;
import org.junit.Test;
public class AppTest {
@Test
public void test() {
String[] args = {};
App.main(args);
}
}