Skip to content
Snippets Groups Projects
Commit 96b72716 authored by KTKadyshev's avatar KTKadyshev
Browse files

Upload New File

parent ecac93bc
No related branches found
No related tags found
No related merge requests found
#include <iostream>
#include "module.h"
int main()
{
std::cout << "Dispatcher Modeling\n";
TAirport a(0, 0, 200);
const double t0 = 0;
const double tk = 30*60;
a.Do(t0, tk);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment