From 3396ed151c0d6da2e5ac9e955d8969ca0a1ddd7f Mon Sep 17 00:00:00 2001 From: JipSterk Date: Sun, 1 Oct 2017 17:25:42 +0200 Subject: [PATCH] Added Hello world in Swift --- hello_world.swift | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello_world.swift diff --git a/hello_world.swift b/hello_world.swift new file mode 100644 index 0000000..ad35e5a --- /dev/null +++ b/hello_world.swift @@ -0,0 +1 @@ +print("Hello World")