shark/test_files/regular_while.nila in nilac-0.0.4.3.4 vs shark/test_files/regular_while.nila in nilac-0.0.4.3.6

- old
+ new

@@ -1,6 +1,4 @@ -# This file will demonstrate Nila's while loops - counter = 1 while counter < 11 puts counter counter = counter + 1 end \ No newline at end of file