mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 14:04:04 -05:00
57 lines
1.9 KiB
Plaintext
57 lines
1.9 KiB
Plaintext
{
|
|
"sessions": [
|
|
{
|
|
"id": 1,
|
|
"language": "c++",
|
|
"source": "// Type your code here, or load an example.\nint square(int num) {\n return num * num;\n}",
|
|
"conformanceview": false,
|
|
"compilers": [
|
|
{
|
|
"id": "g111",
|
|
"options": "",
|
|
"filters": {
|
|
"binary": false,
|
|
"commentOnly": true,
|
|
"demangle": true,
|
|
"directives": true,
|
|
"execute": false,
|
|
"intel": true,
|
|
"labels": true,
|
|
"trim": false
|
|
},
|
|
"libs": [],
|
|
"specialoutputs": [],
|
|
"tools": []
|
|
}
|
|
],
|
|
"executors": [
|
|
{
|
|
"compilerVisible": true,
|
|
"compilerOutputVisible": true,
|
|
"arguments": "",
|
|
"argumentsVisible": false,
|
|
"stdin": "",
|
|
"stdinVisible": false,
|
|
"compiler": {
|
|
"id": "g111",
|
|
"options": "",
|
|
"filters": {
|
|
"binary": false,
|
|
"commentOnly": true,
|
|
"demangle": true,
|
|
"directives": true,
|
|
"execute": false,
|
|
"intel": true,
|
|
"labels": true,
|
|
"trim": false
|
|
},
|
|
"libs": [],
|
|
"specialoutputs": [],
|
|
"tools": []
|
|
},
|
|
"wrap": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |