Skip to content
phillyaws edited this page Jan 18, 2018 · 1 revision

public class SmileFace {

public static void main(String[] args) {

  System.out.println("*     *");
  System.out.println("   /   ");
  System.out.println("       ");
  System.out.println("------ ");
  
  }

}

Clone this wiki locally