dokoncenie

This commit is contained in:
Radovan Kofira 2020-11-11 00:21:45 +01:00
parent f48b7e3489
commit 3dc5a48adf

View File

@ -36,7 +36,6 @@ int main(){
srand(time(NULL));
struct station* station = create_station();
test_station(station);
count_capacity(station);
destroy_station(station);
return 0;