Variable_m

This commit is contained in:
Estrellax20 2022-06-07 22:51:23 +02:00
parent 6eb20a7d0b
commit 873748fcbb

2
main.c
View File

@ -1,4 +1,6 @@
void main(){ void main(){
m = 1;
i = 0; i = 0;
i++; i++;
} }