Pure Programmer
Blue Matrix


Cluster Map

Project: Multiplication Table with Strings

Write a program to print a multiplication table for 12s. Use the tab character to separate the columns in the output. Use only string literals in your solution.

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