public class Smile { /** * Main method for the application * @param args command-line arguments (ignored) */ public static void main(String[] args) { System.out.println(":)"); } }