Skip to content

Commit d8ed491

Browse files
committed
🌐 fixing the Playground sample
1 parent 4583edf commit d8ed491

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Playground.playground/Contents.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ let program =
3030
writeln('Factorial');
3131
result := Factorial(6);
3232
writeln(result);
33-
for i:= 1 to 10 do begin
34-
writeln(i);
35-
end;
3633
end. { Main }
3734
"""
3835

0 commit comments

Comments
 (0)