Exocore / exocore-web /templates /cpp /template.json
ChoruYt's picture
Upload 216 files
a7f51f5 verified
Raw
History Blame Contribute Delete
177 Bytes
{
"name": "C++",
"description": "C++ language project",
"language": "cpp",
"runtime": "g++",
"run": "g++ main.cpp -o main && ./main",
"port": 0,
"install": true
}