This website requires JavaScript.
Explore
Help
Register
Sign In
hjp
/
hello
Watch
1
Star
0
Fork
You've already forked hello
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
f4ffdda200
hello
/
C
/
hello.c
7 lines
84 B
C
Raw
Blame
History
#
include
<stdio.h>
int
main
(
void
)
{
printf
(
"
Hello, world!
\n
"
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink