This website works better with JavaScript.
Explore
Help
Sign In
hakkeri
/
hello-world
Watch
1
Star
0
Fork
You've already forked hello-world
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Lisää "hello.c
Browse Source
master
Hakkeri
2 years ago
parent
c0a9c6ce0c
commit
6918e91116
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
6
hello.c
Unescape
Escape
View File
@ -0,0 +1,6 @@
#
include
<stdio.h>
int
main
(
)
{
printf
(
"
Hello World!
"
)
;
return
0
;
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
hakkeri/hello-world
Title
Body
Create Issue