This website works better with JavaScript.
Explore
Help
Sign In
p78903154
/
pxg65hqtu
Watch
1
Star
0
Fork
You've already forked pxg65hqtu
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Compare commits
merge into: p78903154:master
Branches
Tags
p78903154:dev
p78903154:dev1
p78903154:master
...
pull from: p78903154:dev1
Branches
Tags
p78903154:dev
p78903154:dev1
p78903154:master
1 Commits
master
...
dev1
Author
SHA1
Message
Date
susu
3fea5bc752
hello.c
4 years ago
1 changed files
with
7 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
7
hello.c
Unescape
Escape
View File
@ -0,0 +1,7 @@
#
include
<stdio.h>
int
main
(
)
{
int
a
=
3
,
b
=
2
;
int
c
=
a
+
b
;
printf
(
"
%d
\n
"
,
c
)
;
return
0
;
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
p78903154/pxg65hqtu
Title
Body
Create Issue