Pure Programmer
Blue Matrix


Cluster Map

Project: Boolean Representation

Write a program that outputs each of the Boolean literals, one per line. Do they print as 0 and 1 or something else?

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