summaryrefslogtreecommitdiff
path: root/code.txt
diff options
context:
space:
mode:
Diffstat (limited to 'code.txt')
-rw-r--r--code.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/code.txt b/code.txt
index 0c0ed92..2eedda0 100644
--- a/code.txt
+++ b/code.txt
@@ -20,4 +20,9 @@ def main(argc,argv){
} else {
print("rip");
}
+
+ while a < 10 {
+ print(a);
+ a += 1;
+ }
}