Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김동준
/
oss-exp4
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
김동준
2018-09-28 12:18:50 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fd41422f774d52cb67f42874b7a16606a960b504
fd41422f
1 parent
d8e70f16
exit added
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
echo.c
echo.c
View file @
fd41422
...
...
@@ -5,4 +5,5 @@ main()
*
src
=
""
;
gets
(
src
);
puts
(
src
);
printf
(
"exit"
);
}
...
...
Please
register
or
login
to post a comment