Compare commits

..

No commits in common. "5c4ed3229ba538659200ae92e556f39db88e5629" and "279187c1fe10d6e8f0549e8bc761b73399d8b003" have entirely different histories.

1 changed files with 1 additions and 1 deletions

2
main.c
View File

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