Added skeleton for Multiton example.

This commit is contained in:
Ilkka Seppala
2015-05-15 23:45:18 +03:00
parent dfb56e531f
commit 8e93233e58
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,7 @@
package com.iluwatar;
public class App {
public static void main( String[] args ) {
}
}