This commit is contained in:
Abhijit Kshirsagar 2024-09-05 16:36:42 +05:30
parent 624c19ca8e
commit 279187c1fe
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 = 2;
x = x+3;
y=y+x;