перенос файликов
This commit is contained in:
11
startEnd/my_start.hpp
Normal file
11
startEnd/my_start.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <iostream>
|
||||
#include <chrono>
|
||||
#include <iomanip>
|
||||
#include <ctime>
|
||||
|
||||
void my_start();
|
||||
void my_fin();
|
||||
|
||||
extern int n_ok_requests;
|
||||
extern int n_fail_requests;
|
||||
extern std::chrono::system_clock::time_point start_timestamp;
|
||||
Reference in New Issue
Block a user