11 lines
200 B
Java
Raw Normal View History

2014-08-16 19:40:39 +03:00
package com.iluwatar;
public class App
{
public static void main( String[] args )
{
AlchemistShop alchemistShop = new AlchemistShop();
alchemistShop.enumerate();
}
}