Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Praktika GruLaIT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sandro Stephan Rufibach
Praktika GruLaIT
Commits
0cb4d4f9
Commit
0cb4d4f9
authored
1 year ago
by
Sandro Stephan Rufibach
Browse files
Options
Downloads
Patches
Plain Diff
File erstellt
parent
9672c72e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.vscode/launch.json
+2
-2
2 additions, 2 deletions
.vscode/launch.json
Ueben Pruefung 1/main.cpp
+7
-0
7 additions, 0 deletions
Ueben Pruefung 1/main.cpp
with
9 additions
and
2 deletions
.vscode/launch.json
+
2
−
2
View file @
0cb4d4f9
...
...
@@ -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"
:
[
...
...
This diff is collapsed.
Click to expand it.
Ueben Pruefung 1/main.cpp
0 → 100644
+
7
−
0
View file @
0cb4d4f9
#include
<iostream>
using
namespace
std
;
int
main
()
{
cout
<<
"Hello World"
;
return
0
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment