Добавил debug
This commit is contained in:
parent
3d96d83986
commit
04d3077412
1 changed files with 1 additions and 1 deletions
|
|
@ -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: ");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue