1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-09-06 13:42:28 +02:00

New checksums

This commit is contained in:
aclist 2022-09-17 03:00:47 +09:00
parent 1aff9452f8
commit e8c6b4f570
2 changed files with 1 additions and 6 deletions

View file

@ -29,11 +29,6 @@ int main(int argc, const char * argv[])
coords[i] = atof(argv[i]);
}
float coord1 = atof(argv[1]);
float coord2 = atof(argv[2]);
float coord3 = atof(argv[3]);
float coord4 = atof(argv[4]);
double d = dist(coords[1], coords[2], coords[3], coords[4]);
printf("%.1f\n", d);