From 1142aa8f32a2f6da92c4a6c1f3f9a6bfd8344538 Mon Sep 17 00:00:00 2001 From: Daniel Mushailov Date: Tue, 23 May 2017 10:02:40 -0400 Subject: [PATCH] Added 'Hacking With Swift' online tutorial --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3b353cd..f1c6aeb 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [PHP](#php) * [R](#r) * [Rust](#rust) +* [Swift](#swift) * [Additional resources](#additional-resources) ## C/C++: @@ -141,6 +142,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Part 2b](http://joelmccracken.github.io/entries/a-simple-web-app-in-rust-pt-2b/) * [Write an OS in Rust](http://os.phil-opp.com/) +## Swift: +* [Hacking with Swift - Learn Swift by doing 39 projects](https://www.hackingwithswift.com/read) + ## Additional Resources * [React Redux Links](https://github.com/markerikson/react-redux-links) * [Full Stack Python](https://www.fullstackpython.com/)