This website requires JavaScript.
Explore
Help
Register
Sign in
masscollaborationlabs
/
c-course
Watch
2
Star
0
Fork
You've already forked c-course
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
97d77a3ff6
c-course
/
c-basic
/
hello.c
9 lines
105 B
C
Raw
Normal View
History
Unescape
Escape
hello world example / 2025 examples
2025-03-18 13:58:35 +03:00
#
include
<stdio.h>
changed code removed main from each file
2025-04-12 22:53:01 +03:00
int
hello
(
)
hello world example / 2025 examples
2025-03-18 13:58:35 +03:00
{
printf
(
"
Hello C Programming Language 2025 Examples
"
)
;
return
0
;
}
Reference in a new issue
Copy permalink