This website requires JavaScript.
Explore
Help
Sign In
kabhijit
/
GitDemo-20240905
Watch
1
Star
0
Fork
You've already forked GitDemo-20240905
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
the value of x isupdated to 2
Browse Source
...
This commit is contained in:
Your Name
2024-09-05 16:39:59 +05:30
parent
624c19ca8e
commit
28f932e66f
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
Expand all files
Collapse all files
2
main.c
Unescape
Escape
View File
@ -3,7 +3,7 @@ void main()
{
int
x
,
y
=
0
;
x
=
2
;
x
=
3
;
x
=
x
+
3
;
y
=
y
+
x
;
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
kabhijit/GitDemo-20240905
Title
Body
Create Issue