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