Add project files.

This commit is contained in:
Daniel
2023-04-21 23:06:09 +03:00
parent bf4d30f7c8
commit 93c7cb0b3b
10 changed files with 708 additions and 0 deletions

6
Lab/global.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#ifndef GLOBAL_H
#define GLOBAL_H
extern int precision;
#endif