Skip to content
Snippets Groups Projects
Commit 1db2c6b3 authored by Kacper Śmieżewski's avatar Kacper Śmieżewski
Browse files

Update main.c

parent 02d681b9
Branches
No related merge requests found
......@@ -18,7 +18,7 @@ int main()
scanf("%f",&y);
printf("x + y = %.2f",x+y);
printf("x * y = %.2f",x*y);
return 0;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment