Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Kontr 2.0
Portal API Backend
Commits
979b47eb
Verified
Commit
979b47eb
authored
Apr 17, 2019
by
Peter Stanko
Browse files
Sources contains dirs
parent
a42b2006
Pipeline
#31520
passed with stage
in 7 minutes and 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
management/data/resources/sources/foo/bar.cpp
0 → 100644
View file @
979b47eb
#include
<iostream>
using
namespace
std
;
int
main
()
{
cout
<<
"What everr!"
<<
endl
;
return
0
;
}
management/data/resources/sources/src/hello.c
0 → 100644
View file @
979b47eb
#include
<stdio.h>
int
main
()
{
printf
(
"Fooo bar!
\n
"
);
return
0
;
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment