We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de4ba5 commit 5ba9368Copy full SHA for 5ba9368
packages/constants/src/index.ts
@@ -57,7 +57,7 @@ export const LANG_CONFIGS: Record<
57
> = {
58
cpp: {
59
image: 'gcc:latest',
60
- compile: ['g++', 'solution.cpp', '-o', 'solution'],
+ compile: ['sh', '-c', 'ls -la && g++ solution.cpp -o solution'],
61
run: ['./solution'],
62
defaultCode: `#include <iostream>
63
using namespace std;
0 commit comments