Merge remote-tracking branch 'origin/master'

This commit is contained in:
Your Name 2024-09-05 16:44:03 +05:30
commit 5c4ed3229b
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -2,7 +2,7 @@
void main()
{
int x,y = 0;
int x,y = 2;
x = 3;
x = x+3;
y=y+x;