Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thisisyusub/100-days-of-swift
https://github.com/thisisyusub/100-days-of-swift
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thisisyusub/100-days-of-swift
- Owner: thisisyusub
- Created: 2023-12-13T09:21:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-13T09:33:07.000Z (about 1 year ago)
- Last Synced: 2023-12-13T10:35:03.300Z (about 1 year ago)
- Language: Swift
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 100 days of Swift
### Day 1
- Variables
- Strings and integers
- Multi-line strings
- Doubles and Booleans
- String interpolation
- Constants
- Type annotations### Day 2