Update by Sanjeev

This commit is contained in:
Abhijit Kshirsagar 2024-09-05 16:08:20 +05:30
parent 694ccc7332
commit 5168e9418a
1 changed files with 1 additions and 1 deletions

2
main.c
View File

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