update readme

This commit is contained in:
ada-dmitry
2023-11-30 14:25:01 +03:00
parent 941064ac3a
commit d29d74e24f
2 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
double a, b, eps, x, *pa, *pb, *px;
int main(){
int main(){
double tmp;
pa = &a; pb = &b; px = &x;