This website works better with JavaScript.
Explore
Help
Sign In
starfreakclone
/
hello-world
Watch
1
Star
0
Fork
You've already forked hello-world
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
initial commit
main
Cameron DaCamara
1 week ago
commit
e283d1c6ce
1 changed files
with
6 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
6
hello.c
6
hello.c
Unescape
Escape
View File
@ -0,0 +1,6 @@
@@ -0,0 +1,6 @@
#
include
<stdio.h>
int
main
(
)
{
puts
(
"
Hello, world!
\n
"
)
;
return
0
;
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
starfreakclone/hello-world
Title
Body
Create Issue