This commit is contained in:
ProgramSnail 2022-08-04 01:22:09 +03:00
parent 4d899f64a7
commit b4a7121411
23 changed files with 681 additions and 11 deletions

5
file_mode.hpp Normal file
View file

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