Pure Programmer
Blue Matrix


Cluster Map

Project: Blackboard

blackboard In the good old days before computers, teachers might punish a student by asking them to write on the blackboard 100 times the error of their ways. Bart is seen doing this in the opening of the [[The Simpsons]] TV show. If Bart only knew how to program, he would make short work of this task. Write a program that prints a brief message 100 times.

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