Adding a small summary what I learned each day in 100 Days of Swift README

This commit is contained in:
youngchief btw ツ 2020-04-10 02:57:33 +00:00
parent 54df5e8261
commit cc8d356d8e
1 changed files with 2 additions and 2 deletions

View File

@ -10,5 +10,5 @@
**Days 1-12: Introduction to Swift**
- **[Day #1](/100DaysOfSwift/Day1/)**
- **[Day #2](/100DaysOfSwift/Day2/)**
- **[Day #1](/100DaysOfSwift/Day1/)** - variables, simple data types, and string interpolation
- **[Day #2](/100DaysOfSwift/Day2/)** - arrays, dictionaries, sets, and enums