Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Examples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ACS
Public
Teaching materials
Grundgebiete der Informatik 3
Examples
Merge requests
!3
gruesse die Studiernde und nicht die Welt
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
gruesse die Studiernde und nicht die Welt
slankes/examples:new_features
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Closed
Stefan Lankes
requested to merge
slankes/examples:new_features
into
main
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Dies ist ein viel schöneres Beispiel
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
466a69d0
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
chapters/chapter5/main.c
+
1
−
1
Options
@@ -3,7 +3,7 @@
int
main
(
int
argc
,
char
**
argv
)
{
printf
(
"Hello
World
!
\n
"
);
printf
(
"Hello
GIN3 students
!
\n
"
);
return
0
;
}
Loading