This website requires JavaScript.
Explore
Help
Register
Sign In
freesea
/
data
Watch
1
Star
0
Fork
You've already forked data
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7685fdc623
data
/
method
/
gdb
/
gdb-13.2
/
sim
/
testsuite
/
cris
/
c
/
hello.c
8 lines
88 B
C
Raw
Blame
History
#
include
<stdio.h>
#
include
<stdlib.h>
int
main
(
)
{
printf
(
"
pass
\n
"
)
;
exit
(
0
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink