This website requires JavaScript.
Explore
Help
Sign In
hakkeri
/
HelloWorld
Watch
1
Star
0
Fork
You've already forked HelloWorld
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Add hello.c
Browse Source
...
This commit is contained in:
hakkeri
2025-12-28 00:29:44 +00:00
parent
50064d1254
commit
a22a7acaa1
1 changed files
with
6 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
6
hello.c
Normal file
Unescape
Escape
View File
@ -0,0 +1,6 @@
#
include
<stdio.h>
int
main
(
void
)
{
printf
(
"
Hello, World!
\n
"
)
;
return
0
;
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
hakkeri/HelloWorld
Title
Body
Create Issue