A Swift Tour
print("Hello, world!")
Hello, world!
Syntax:
- Input / output and string handlings are builtin and do not require importing anything
- do not need the
main()
function - Do not require semicolons
;
Standford University CS193 Walkthrough
Lecture Website(Official): https://cs193p.sites.stanford.edu
Lecure Github(by me, including course resources, assignments , solutions) : https://github.com/azataiot/learn_cs193
91 post articles, 12 pages.