This website works better with JavaScript.
Explore
Help
Register
Sign In
edwin
/
dummy
Watch
1
Star
0
Fork
You've already forked dummy
0
Code
Issues
Pull Requests
Packages
Projects
Releases
2
Wiki
Activity
Merge pull request 'Added printf Hello' (
#1
) from Kerem/dummy:modif into master
Browse Source
Reviewed-on:
#1
pull/2/head
V1.0
edwin
3 years ago
parent
c874187f39
f7b9e73ac5
commit
a1abc86f32
1 changed files
with
2 additions
and
1 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
1
main.c
Unescape
Escape
View File
@ -4,4 +4,5 @@
int
main
(
void
)
{
return
0
;
printf
(
"
Hello, World!
"
)
;
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
edwin/dummy
Title
Body
Create Issue