Skip to content
Snippets Groups Projects
Commit b94792f9 authored by Per's avatar Per
Browse files

vscode

parent b79af324
Branches
No related tags found
No related merge requests found
Pipeline #78 failed
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "make",
"type": "shell",
"options": {
"cwd": "${workspaceFolder}/build"
},
"command": "make",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
\ No newline at end of file
int f1()
{
return 0;
}
int main()
{
f1();
return 0;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment