Pure Programmer
Blue Matrix


Cluster Map

Project: The Farmer in the Dell

Write a program that prints the lyrics to the song "The Farmer in the Dell". Use a map to hold each person in the song as the key and the person that they "take" as the value.

See [[The Farmer in the Dell]]

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