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,7 @@
package com.iluwatar;
public class App
{
public static void main( String[] args ) {
}
}