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
Labels
Milestones
New Pull Request
Added printf Hello
#1
Merged
edwin
merged 2 commits from
:modif
into
master
3 years ago
Conversation
0
Commits
2
Files Changed
1
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
3
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