This website requires JavaScript.
Explore
Help
Sign In
ilsix
/
hello-world
Watch
1
Star
0
Fork
0
You've already forked hello-world
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
de39b4f3c9
hello-world
/
c
/
helloworld.c
6 lines
72 B
C
Raw
Normal View
History
Unescape
Escape
Hello World C
2024-04-06 23:46:54 +00:00
#
include
<stdio.h>
Untested C
2024-04-04 18:16:41 +00:00
int
main
(
)
{
printf
(
"
Hello World!
\n
"
)
;
return
0
;
}
Reference in New Issue
Copy Permalink