miku3920
Results
2
comments of
miku3920
It works for me! ``` "c": "gcc $fullFileName -o ./out/$fileNameWithoutExt && ./out/$fileNameWithoutExt", "cpp": "g++ $fullFileName -o ./out/$fileNameWithoutExt && ./out/$fileNameWithoutExt", ```
Thank you for your prompt response and guidance. I'm eager to contribute a test for this fix. Could you please provide some insights on how to write the test and...