This commit is contained in:
Radovan Kofira 2020-11-05 21:57:54 +01:00
parent 4fde774336
commit 95f0d1438b
2 changed files with 9 additions and 11 deletions

View File

@ -4,13 +4,11 @@
#include <string.h>
/*int main(void){
int main(void){
printf("Zadajte zoznam cieľových staníc a počet cestujúcich.\n");
printf("Zoznam zakončite prázdnym riadkom.\n");
add_car;
return 0;
}*/
}
struct car* add_car(struct car* first,const char* target) {
struct car* newcar = calloc(1,sizeof(struct car));

BIN
cv5/train.exe Normal file

Binary file not shown.