Pure Programmer
Blue Matrix


Cluster Map

Project: Alouette Lyrics

Compute the full lyrics to the song Alouette. Write a function to print a verse given the verse number. Write another function to print the refrain. Your main() method should then loop through all the verses calling the verse function for each verse.

See [[Alouette (song)]]

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