dokoncenie

This commit is contained in:
Radovan Kofira 2020-11-11 00:15:06 +01:00
parent 16be58f769
commit 5f67c18977

View File

@ -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;
}