gotta look thru my code b4 committing fr

This commit is contained in:
Boyan 2024-12-07 09:50:15 +01:00
parent 6ca7201203
commit bc7e232aeb

View File

@ -120,7 +120,7 @@ def run_input_cases(program, args):
print(f"⏳: {elapsed_time:.4f} s") print(f"⏳: {elapsed_time:.4f} s")
print("-----------") print("-----------")
return failed return passed
def python_compile(file_name, args): def python_compile(file_name, args):