This commit is contained in:
2025-05-22 15:31:49 -04:00
commit a0d8c9b3f6
36 changed files with 1300 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#include <amsmathutil25/amsmathutil25.hpp>
namespace ams
{
};

View File

@ -0,0 +1,8 @@
#include <amsmathutil25/amsmathutil25.hpp>
namespace ams
{
};

8
src/main.cpp Normal file
View File

@ -0,0 +1,8 @@
#include <amsmathutil25/amsmathutil25.hpp>
int main(int argc, char* argv[])
{
int ret = 0;
printf("ams c++ math and utility library tests.\n");
}