add core.cpp and pch.hpp

This commit is contained in:
2025-03-07 23:46:21 -06:00
parent 1922896a1a
commit cc09288a8e
3 changed files with 48 additions and 9 deletions

View File

@@ -1 +1,7 @@
#ifndef PCH_HPP
#define PCH_HPP
#include <iostream>
#include <cstring>
#endif