package com.iluwatar;
public class App {
public static void main( String[] args ) {
Wizard wizard = new Wizard();
wizard.smoke();
}