Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Ramenautomat
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
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
s90532
Ramenautomat
Commits
b10c8499
Commit
b10c8499
authored
8 months ago
by
s78458
Browse files
Options
Downloads
Patches
Plain Diff
test2
parent
3faab812
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hii/test.cpp
+2
-1
2 additions, 1 deletion
hii/test.cpp
hii/test.h
+1
-0
1 addition, 0 deletions
hii/test.h
with
3 additions
and
1 deletion
hii/test.cpp
+
2
−
1
View file @
b10c8499
#include
"test.h"
#include
"stdio.h"
test
::
test
()
{}
void
test
::
hi
()
{
printf
(
"hi
\n
"
);}
This diff is collapsed.
Click to expand it.
hii/test.h
+
1
−
0
View file @
b10c8499
...
...
@@ -5,6 +5,7 @@ class test
{
public:
test
();
void
hi
();
};
#endif // TEST_H
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