in and out file marked as static

This commit is contained in:
Add00
2023-08-15 22:53:16 -04:00
parent 1603ea1798
commit 65acdd2730
2 changed files with 4 additions and 6 deletions

View File

@@ -144,8 +144,4 @@ fn reset() {
reader.close();
}
// standard in/out are closed to prevent memory leaks
input.close();
output.close();
print "All good";