This website requires JavaScript.
Explore
Help
Sign In
hakkeri
/
HelloWorld
Watch
1
Star
0
Fork
You've already forked HelloWorld
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a22a7acaa1
HelloWorld
/
hello.c
6 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