Pure Programmer
Blue Matrix


Cluster Map

Project: Twelve Days of Christmas Lyrics

Compute the full lyrics to the song Twelve Days of Christmas. Write a function to print a verse given the verse number. Use an array to hold the unique parts of each verse.

See [[The Twelve Days of Christmas (song)]]

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