Skip to content

Commit 91ca7a3

Browse files
committed
fix: formatting
1 parent 7078b5d commit 91ca7a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

solutions/punishment_p8.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
%zeropage basicsafe
33

44
main {
5-
sub start() {
6-
txt.lowercase()
7-
repeat 500 {
8-
txt.print("I will not throw paper airplanes in class.\n")
5+
sub start() {
6+
txt.lowercase()
7+
repeat 500 {
8+
txt.print("I will not throw paper airplanes in class.\n")
9+
}
910
}
10-
}
1111
}

0 commit comments

Comments
 (0)