-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev_includes.h
18 lines (15 loc) · 911 Bytes
/
dev_includes.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/******************************************************************************
* *
* Program : Message processor *
* *
* Date : 11 / 04 / 2021 *
* *
* Programmer : Nikita Seliverstov (nikselko) *
* *
* *
******************************************************************************/
#pragma once
#include <string>
#include <ctime>
#include <iostream>
using namespace std;