Skip to content

Commit 752739e

Browse files
author
Sonny Li
committed
update
1 parent 8931d43 commit 752739e

File tree

6 files changed

+22
-0
lines changed

6 files changed

+22
-0
lines changed

1-hello-world/Codecademy.swift

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// There is one "a" in Codecademy.
2+
3+
print("Codecademy")

1-hello-world/Hello.swift

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
print("Hello, world!")

1-hello-world/Letter.swift

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
print("Dear Self,")
2+
print("Build a dope mobile app.")
3+
print("Sonny")
4+
print("January 2020, New York")

1-hello-world/Pattern.swift

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
print(" 1")
2+
print(" 2 3")
3+
print(" 4 5 6")
4+
print("7 8 9 10")

1-hello-world/block-letters/.DS_Store

0 Bytes
Binary file not shown.
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Sonny Li
2+
// Fun Fact: I played guitar in a band called Attica.
3+
4+
print(" SSS L ")
5+
print(" S S L ")
6+
print(" S L ")
7+
print(" SSS L ")
8+
print(" S L ")
9+
print(" S S L ")
10+
print(" SSS LLLLL ")

0 commit comments

Comments
 (0)