1
1
.
.
1
1
.
.
1
1
U
U
s
s
i
i
n
n
g
g
O
O
n
n
l
l
i
i
n
n
e
e
C
C
o
o
m
m
p
p
i
i
l
l
e
e
r
r
I
I
n
n
f
f
o
o
[
[
R
R
]
]
This tutorials shows how to create Swift application using Online Compiler.
This approach is great for learning and testing Swift syntax.
Online compilers can be used on any operating system since they run in a Web Browser.
Here is a list of online compilers (be aware of SWIFT version they support)
http://online.swiftplayground.run (Swift Version 5.1)
http://iswift.org/playground (Swift Version 2.0)
http://www.runswiftlang.com (Swift Version 1.2)
http://swiftstub.com (Swift Version 1.2)
http://iswift.org/playground
P
P
r
r
o
o
c
c
e
e
d
d
u
u
r
r
e
e
http://iswift.org/playground
(Copy content of Test.swift)
Run
Test.swift
print("Hello World")
output
Hello World