From cc0062580e83638e341512dd03f6998557a6396c Mon Sep 17 00:00:00 2001 From: Sarawut Kodkeaw Date: Tue, 2 Oct 2018 19:34:23 +0700 Subject: [PATCH] Add HelloWorld in Swift --- HelloWorld.swift | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 HelloWorld.swift diff --git a/HelloWorld.swift b/HelloWorld.swift new file mode 100644 index 00000000..1dc45ac1 --- /dev/null +++ b/HelloWorld.swift @@ -0,0 +1 @@ +print("Hello World!") \ No newline at end of file diff --git a/README.md b/README.md index 6d2a5e42..e2bce469 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This repositiory should eventually contain the famous "Hello World" program in a - [ ] TypeScript - [x] Ruby - [ ] Objective-C -- [ ] Swift +- [x] Swift - [ ] Kotlin - [x] R - [x] Scala