There was an error while loading. Please reload this page.
1 parent 372790b commit d0bda65Copy full SHA for d0bda65
.vscode/tasks.json
@@ -0,0 +1,10 @@
1
+{
2
+ // See https://go.microsoft.com/fwlink/?LinkId=733558
3
+ // for the documentation about the tasks.json format
4
+ "version": "0.1.0",
5
+ "command": "g++",
6
+ "isShellCommand": true,
7
+ "showOutput": "always",
8
+ "args": ["${file}", "-o", "${fileDirname}/${fileBasenameNoExtension}.out"],
9
+ "echoCommand": true
10
+}
0 commit comments