Добавил debug

This commit is contained in:
AZEN-SGG 2024-12-21 20:59:34 +03:00
parent 3d96d83986
commit 04d3077412

View file

@ -1,7 +1,7 @@
#include "tools.h" #include "tools.h"
points getPoints(void) { points getPoints(void) {
int fileOrRandom; int fileOrRandom = 5;
printf("0 - if points from file\n1 - if random generation of points\nYour choice: "); printf("0 - if points from file\n1 - if random generation of points\nYour choice: ");