From e3c4a8778c2000f9047cbe5a6e7bebb9e640977b Mon Sep 17 00:00:00 2001 From: Tharunkunamalla Date: Wed, 8 Apr 2026 20:06:04 +0530 Subject: [PATCH] comments --- client/src/components/Output.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Output.jsx b/client/src/components/Output.jsx index b687c6b..de9f769 100644 --- a/client/src/components/Output.jsx +++ b/client/src/components/Output.jsx @@ -66,7 +66,7 @@ const Output = ({ editorRef, language, isRemoteTyping }) => { ); }; -// Piston API helper +// Piston API helper. const executeCode = async (language, sourceCode) => { // Map moniker to Piston language const LANGUAGE_VERSIONS = {