why3: newline

This commit is contained in:
AnHaechan
2023-08-25 04:39:12 +00:00
parent 5b1c430ff3
commit f64b046153
9 changed files with 9 additions and 9 deletions

View File

@@ -20,4 +20,4 @@ module BinarySearch
(* IMPORTANT: DON'T MODIFY THE ABOVE LINES *)
0 (* TODO *)
end
end

View File

@@ -26,4 +26,4 @@ module Max
done;
max
end
end

View File

@@ -38,4 +38,4 @@ module Pascal
done;
row
end
end