2014-08-16 19:40:39 +03:00

11 lines
200 B
Java

package com.iluwatar;
public class App
{
public static void main( String[] args )
{
AlchemistShop alchemistShop = new AlchemistShop();
alchemistShop.enumerate();
}
}