This website requires JavaScript.
Explore
Help
Sign In
zoltan
/
learn_c
Watch
1
Star
0
Fork
You've already forked learn_c
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
003332c7dd
learn_c
/
intro
/
hello.c
7 lines
59 B
C
Raw
Blame
History
#
include
<stdio.h>
main
(
)
{
printf
(
"
hello, world
\n
"
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink