Remove trailing semicolons

This commit is contained in:
Hugo
2018-01-04 16:39:42 +02:00
parent cc623218e5
commit f56035182c
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ b
temp
a = 1
temp = b;
temp = b
b = a
a = temp
#? int()