100DaysOfSwift-and-SwiftUI/100DaysOfSwift/README.md

17 lines
788 B
Markdown
Raw Normal View History

# [100 Days of Swift](https://www.hackingwithswift.com/100)
---
**This folder is for the [100 Days of Swift](https://www.hackingwithswift.com/100) challenge.**
**NOTE:** This is **[100 Days of Swift](https://www.hackingwithswift.com/100)**, not **[100 Days of SwiftUI](https://www.hackingwithswift.com/100/swiftui)** which is located [here](/100DaysOfSwiftUI/)
2020-04-10 02:51:43 +00:00
---
**Days 1-12: Introduction to Swift**
- **[Day #1](/100DaysOfSwift/Day1/)** - variables, simple data types, and string interpolation
2020-04-12 01:56:50 +00:00
- **[Day #2](/100DaysOfSwift/Day2/)** - arrays, dictionaries, sets, and enums
2020-04-17 19:26:19 +00:00
- **[Day #3](/100DaysOfSwift/Day3/)** - operators and conditions
2020-04-19 03:37:27 +00:00
- **[Day #4](/100DaysOfSwift/Day4/)** - loops, loops, and more loops
- **[Day #5](/100DaysOfSwift/Day5/)** - functions, parameters, and errors