This repository contains simple programs written in swift languages which is good for introductory lessions. You can learn how to write simple program using swift programming language and compile them on command prompt.
Swift version 4.0 or latest
$ swiftc HelloSwift.swift
$ ./HelloSwift