This website works better with JavaScript.
Explore
Help
Register
Sign In
emma
/
bike
Watch
1
Star
0
Fork
You've already forked bike
0
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
fixes
#1
Browse Source
main
1.0.0
Emma Tebibyte
3 months ago
parent
0f3695f31e
commit
6dc529ee13
Signed by:
emma
GPG Key ID:
6D661C738815E7DD
1 changed files
with
1 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
2
bike.c
Unescape
Escape
View File
@ -7,4 +7,4 @@
*/
#
include
<stdio.h>
main
(
)
{
p
rintf
(
"
bike
\n
"
)
;
}
main
(
)
{
p
uts
(
"
bike
"
)
;
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
emma/bike
Title
Body
Create Issue