Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ivan Nabiullin
assignment-image-rotation
Commits
1d757dd7
Commit
1d757dd7
authored
3 years ago
by
Igor Zhirkov
Browse files
Options
Download
Email Patches
Plain Diff
stub
parent
99f3b253
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
solution/src/main.c
solution/src/main.c
+7
-0
No files found.
solution/src/main.c
0 → 100644
View file @
1d757dd7
#include <stdio.h>
int
main
(
int
argc
,
char
**
argv
)
{
(
void
)
argc
;
(
void
)
argv
;
// supress 'unused parameters' warning
return
0
;
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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