This website requires JavaScript.
Explore
Help
Sign In
NaiJi
/
solutions
Watch
1
Star
0
Fork
You've already forked solutions
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
536dc5aca7
solutions
/
The C Programming Language
/
1.1.c
9 lines
85 B
C
Raw
Blame
History
#
include
<stdio.h>
main
(
)
{
printf
(
"
hello,
"
)
;
printf
(
"
world
"
)
;
printf
(
"
\n
"
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink