10 lines
155 B
Java
Raw Normal View History

2015-05-25 18:41:54 +03:00
package com.iluwatar;
public class App {
public static void main( String[] args ) {
2015-05-22 23:29:50 +03:00
Wizard wizard = new Wizard();
wizard.smoke();
2015-05-25 18:41:54 +03:00
}
}