Pure Programmer
Blue Matrix


Cluster Map

Project: Unicode Test

Write a program that outputs samples of the major languge blocks of the Unicode character set such as Latin, Greek, Cyrillic, etc. Only print 32 characters per line.

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