Pure Programmer
Blue Matrix


Cluster Map

Project: Zodiac Table

Write a program that prints a table of the Zodiac signs. The table should contain columnns for the symbol, Latin, English and Greek names. Separate the columns with tabs to get the columns to line up.

See: [[Zodiac]]

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