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 11:59:59 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f11bac2675388ae491b58ec4263e3fe54f29bfdd
f11bac26
0 parents
Add hello world
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
hello.c
hello.c
0 → 100644
View file @
f11bac2
1
+
#include <stdio.h>
2
+
int
main
(
void
)
{
3
+
printf
(
"hello world!"
);
4
+
}
5
+
Please
register
or
login
to post a comment