Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이우진
/
oss-gitbranch-assignment2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
이우진
2020-04-03 12:20:46 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
18cf6c43253f2d5a800cbcce4e5671b1a51ea3bd
18cf6c43
1 parent
f11bac26
add exit function
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
hello.c
hello.c
View file @
18cf6c4
1
#include <stdio.h>
1
#include <stdio.h>
2
int
main
(
void
)
{
2
int
main
(
void
)
{
3
printf
(
"hello world!"
);
3
printf
(
"hello world!"
);
4
+
printf
(
"exit"
);
4
}
5
}
5
6
...
...
Please
register
or
login
to post a comment