This website requires JavaScript.
Explore
Help
Register
Sign In
kmc7468
/
cs420
Watch
1
Star
0
Fork
0
You've already forked cs420
mirror of
https://github.com/kmc7468/cs420.git
synced
2025-12-15 23:18:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
98505a6179b8bae9155e8982cbc114d52bab33bc
cs420
/
examples
/
c
/
return_void.c
Jeehoon Kang
7c53818f73
Reorganize tests
2020-04-23 23:07:23 +09:00
8 lines
56 B
C
Raw
Blame
History
void
foo
(
)
{
}
int
main
(
)
{
foo
(
)
;
return
1
;
}
Reference in New Issue
View Git Blame
Copy Permalink