Skip to content

Commit 8fdd7ad

Browse files
committed
white lines in interactive program
1 parent 21af329 commit 8fdd7ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/imp/interactive.imp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ while (true) {
1919
print("--------------------------------\n");
2020
print("Command: ");
2121
c = read();
22+
print("\n\n\n\n\n\n\n");
2223
if (c == -3) { test.makeBalance(read()); }
2324
if (c == -2) { test.makeCaller(read()); }
2425
if (c == -1) { test.makeTotalSupply(read()); }

0 commit comments

Comments
 (0)