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
6 lines
65 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
Update C.c (#1211) 1. `()` function declarations are deprecated in modern C 2. `return 0` at the end of `main` is redundant in modern C
2022-01-19 19:20:21 -08:00
int
main
(
void
)
{
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
}
Reference in New Issue
Copy Permalink