This website requires JavaScript.
Explore
Help
Sign In
guanjihuan
/
GitHub_collection_hello-world
Watch
1
Star
0
Fork
0
You've already forked GitHub_collection_hello-world
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
GitHub_collection_hello-world
/
c
/
c.c
7 lines
72 B
C
Raw
Normal View
History
Unescape
Escape
Fix spacing for #include in c.c
2016-05-20 08:37:00 -04:00
#
include
<stdio.h>
Revert "github generated gh-pages branch" This reverts commit 97e0e510b5166dc43f2f33594efebb05b4f9e4a4.
2011-03-13 20:36:14 +01:00
excluded "void" in function "main"
2014-08-20 17:02:04 -03:00
int
main
(
)
{
Update c.c Add a new line.
2015-06-30 10:32:22 +02:00
printf
(
"
Hello World
\n
"
)
;
Revert "github generated gh-pages branch" This reverts commit 97e0e510b5166dc43f2f33594efebb05b4f9e4a4.
2011-03-13 20:36:14 +01:00
return
0
;
}
Reference in New Issue
Copy Permalink