Pure Programmer
Blue Matrix


Cluster Map

Project: Country Names

Write a program that prints various country names in their native language using Unicode characters embedded in strings. List the countries in alphabetical order. When you sort the code lines in your text editior, how do the different languages compare to each other?

See: [[ISO 3166-1]]
See: [[Google Translate]]

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