Pure Programmer
Blue Matrix


Cluster Map

Project: Hello to You

Write a program to print "Hello, yourname!".

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