Push all code

This commit is contained in:
MaxanRus 2021-12-09 19:33:51 +03:00
parent 347987bb66
commit ba2bf4b404
10 changed files with 1671 additions and 0 deletions

5
include/preprocessor.hpp Normal file
View file

@ -0,0 +1,5 @@
#pragma once
#include <string>
std::string Preprocessor(std::string&& s);
std::string Preprocessor(const std::string& s);