Pure Programmer
Blue Matrix


Cluster Map

Project: Emoji

Write a program that prints out some of the emoji faces available in Unicode. Use the Unicode codepoint escape method for the emoji characters.

See: [[Unicode Emoji]]

Output
$ javac -Xlint Emoji.java Emoji.java:7: error: class Emojii is public, should be declared in a file named Emojii.java public class Emojii { ^ 1 error

Solution