Pure Programmer
Blue Matrix


Cluster Map

Project: Country Flags

Write a program that prints various country flags followed by country names in their native language using Unicode characters embedded in strings. List the countries in alphabetical order. When you sort the lines of code in your text editor how do the various country flags sort?

See: [[ISO 3166-1]]
See: [[Google Translate]]
See: [[Unicode Country Flags]]

Output
$ swiftc CountryFlags.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