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
$ swiftc Emoji.swift -I . -L . -lUtils error: link command failed with exit code 1 (use -v to see invocation) ld: library not found for -lUtils clang: error: linker command failed with exit code 1 (use -v to see invocation)

Solution