Make x 1 again

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

2
main.c
View File

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