Menu
Coddy logo textTech

The Language

Part of the Fundamentals section of Coddy's Swift journey — lesson 1 of 86.

Swift is a powerful and intuitive programming language developed by Apple for building apps on iOS, macOS, watchOS, and tvOS.

challenge icon

Challenge

Beginner

Welcome to your first Swift program! The code is already written for you.

What to do:

  1. Look at the code: print("Hello Swift!")
  2. Press the "Run Code" button to execute it
  3. You should see "Hello Swift!" appear in the output

Cheat sheet

Swift is a programming language developed by Apple for building apps on iOS, macOS, watchOS, and tvOS.

To print output to the console, use the print() function:

print("Hello Swift!")

Try it yourself

print("Hello Swift!")

All lessons in Fundamentals