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 ffcf275 commit 5fe893cCopy full SHA for 5fe893c
packages/constants/src/index.ts
@@ -57,7 +57,7 @@ export const LANG_CONFIGS: Record<
57
> = {
58
cpp: {
59
image: 'gcc:latest',
60
- compile: ['pwd'],
+ compile: ['g++', 'solution.cpp', '-o', 'solution'],
61
run: ['./solution'],
62
defaultCode: `#include <iostream>
63
using namespace std;
0 commit comments