Pure Programmer
Blue Matrix


Cluster Map

Project: Old MacDonald Lyrics

Compute the full lyrics to the song Old MacDonald Had a Farm. Write a function to print a verse given the verse number. Use an array to hold the animal names and another array to hold the sounds that they make.

See [[Old MacDonald Had a Farm]]

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