dokoncenie
This commit is contained in:
parent
16be58f769
commit
5f67c18977
@ -36,6 +36,8 @@ int main(){
|
||||
srand(time(NULL));
|
||||
struct station* station = create_station();
|
||||
test_station(station);
|
||||
count_capacity(station);
|
||||
destroy_station(station);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user