-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDay_1.txt
41 lines (22 loc) · 1.1 KB
/
Day_1.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Day 1 from 100 Days of Swift
Variables
-----------------------------------------------------------------------------------------------
See the details inside Day_1_Playground.
Strings and integers
-----------------------------------------------------------------------------------------------
See the details inside Day_1_Playground.
Multi-line strings
-----------------------------------------------------------------------------------------------
See the details inside Day_1_Playground.
Doubles and Booleans
-----------------------------------------------------------------------------------------------
See the details inside Day_1_Playground.
String interpolation
-----------------------------------------------------------------------------------------------
See the details inside Day_1_Playground.
Constants
-----------------------------------------------------------------------------------------------
See the details inside Day_1_Playground.
Type annotations
-----------------------------------------------------------------------------------------------
See the details inside Day_1_Playground.