Courses/Swift & iOS/Swift Fundamentals - Lesson 1

Swift Fundamentals - Lesson 1

Master Swift basics

Beginner⏱️ 25 minutes

Lesson Content

Swift Lesson 1

Variables, Optionals, Functions

import Foundation

print("Hello Swift")
swift
Loading...
Expected Output: Hello
Next (Complete this lesson first)
Swift Fundamentals - Lesson 2