Initial commit

This commit is contained in:
2025-12-17 16:47:48 +00:00
commit 13813f3363
4964 changed files with 1079753 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#include <istream>
#include <string>
namespace Aya
{
void readStreamIntoString(std::istream& stream, std::string& content);
} // namespace Aya