In this chapter, we will look into some basic constructs and conventions of the Swift programming language and help you get started writing your first program.
2.1 Create a Hello World
Problem
I want to write a Hello World program and write my first Swift program.
Solution
How It Works
2.2 Declare variables
Problem
We want to declare some variables.