Skip to content
Snippets Groups Projects
Commit 0cb4d4f9 authored by Sandro Stephan Rufibach's avatar Sandro Stephan Rufibach
Browse files

File erstellt

parent 9672c72e
Branches
No related tags found
No related merge requests found
......@@ -8,8 +8,8 @@
"args": [],
"stopAtEntry": false,
"externalConsole": true,
"cwd": "c:/Users/srufi/Repositories/praktika-grulait/W3-01",
"program": "c:/Users/srufi/Repositories/praktika-grulait/W3-01/build/Debug/outDebug",
"cwd": "c:/Users/srufi/Repositories/praktika-grulait",
"program": "c:/Users/srufi/Repositories/praktika-grulait/build/Release/outRelease",
"MIMode": "gdb",
"miDebuggerPath": "gdb",
"setupCommands": [
......
#include <iostream>
using namespace std;
int main() {
cout << "Hello World";
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