Pure Programmer
Blue Matrix


Cluster Map

Project: I Think I Can!

Write a program to print "I think I can!" five times each on its own line.

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