Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김준수
/
exp4_assignment
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김준수
2019-10-04 19:01:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0672eeb9527cb6df91891a5944846f4bc2d85796
0672eeb9
0 parents
Push a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
echo.c
echo.c
0 → 100644
View file @
0672eeb
#include<stdio.h>
int
main
(){
printf
(
"push push baby
\n
"
);
return
0
;
}
Please
register
or
login
to post a comment