ahh..
This commit is contained in:
parent
2314d074b4
commit
3f6dfe7c69
@ -3,13 +3,13 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
/*
|
||||
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");
|
||||
return 0;
|
||||
}
|
||||
|
||||
*/
|
||||
struct car* add_car(struct car* first,const char* target) {
|
||||
struct car* newcar = calloc(1,sizeof(struct car));
|
||||
struct car* this=first;
|
||||
|
BIN
cv5/train.exe
BIN
cv5/train.exe
Binary file not shown.
Loading…
Reference in New Issue
Block a user