Pure Programmer
Blue Matrix


Cluster Map

Project: I Love My Town

Write a program that prints the message "I love YourHomeTown!" followed by the message "I hate SomeOtherTown!" Assign town into their own variables. Then use string concatenation to form the two messages and store them in variables as well. Then print out the message variables.

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