compiler

Log | Files | Refs | README

commit 42aa5f3bf07de03858d83397269d33b6affd362e
parent 71b04eb923b5654d2c8991e2ab90e4ae8becae93
Author: AMIT DUTTA <amitdutta4255@gmail.com>
Date:   Tue, 13 Jan 2026 21:45:01 +0530

Refactor backend.py for improved structure and security
Diffstat:
Mbackend.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/backend.py b/backend.py @@ -169,7 +169,7 @@ async def handle_client(request): # --- C++ HANDLING --- elif language == 'cpp': - filename = "temp_code. cpp" + filename = "temp_code.cpp" executable = "./a.out" if platform.system() != "Windows" else "a.exe" with open(filename, "w", encoding="utf-8") as f: @@ -369,3 +369,4 @@ async def main(): if __name__ == "__main__": asyncio.run(main()) +
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror