Skip to main content

Swift Programming Basics - Intro - Part 1

·40 words·1 min· loading · loading ·
Author
Peter Entwistle
Senior iOS Developer, with a passion for technology and gardening. Trying to push the boundaries of what can be grown in the UK.

In this introduction to the swift programming basics series I show you what you will need to get started and write our first program in Swift.

Video
#

Code
#

HelloWorld.swift
1
println("Hello World!")

View on GitHub

Download the code