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
Make x 1 again
Browse Source
...
This commit is contained in:
Abhijit Kshirsagar
2024-09-05 15:50:49 +05:30
parent
0075fbaa11
commit
694ccc7332
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
=
0
;
int
x
=
0
;
x
=
2
;
x
=
1
;
x
=
x
+
3
;
x
=
x
+
3
;
while
(
1
)
;
while
(
1
)
;
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
kabhijit/GitDemo-20240905
Title
Body
Create Issue