We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5785f3a commit 7a56d85Copy full SHA for 7a56d85
dana/programs/linemarket.dana
@@ -39,7 +39,7 @@ def main
39
changed := true
40
i_bsort := i_bsort + 1
41
else: break
42
- if not changed: break
+ if changed = false: break
43
44
def possible_store is byte: current_arr as int[], mid spaces stores_to_place as int
45
var last_position placed_stores i_ps is int
0 commit comments