This website requires JavaScript.
Explore
Help
Sign In
tpl
/
c-project
Template
Watch
1
Star
0
Fork
You've already forked c-project
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
95852888e1
c-project
/
main
/
$REPO_NAME.c
5 lines
86 B
C
Raw
Blame
History
#
include
<stdio.h>
int
main
(
int
argc
,
char
*
*
argv
)
{
printf
(
"
Hello, World!
\n
"
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink