Pure Programmer
Blue Matrix


Cluster Map

Project: Bingo Lyrics

Compute the full lyrics to the song Bingo. Write a function to print a verse given the verse number.

See [[Bingo (folk song)]]

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