This commit is contained in:
2025-05-06 21:33:52 -04:00
parent 3c1f8626fd
commit 41a3fbcdea
35 changed files with 103 additions and 63 deletions

View File

@ -1,9 +1,9 @@
#include <amscpptemplate25a/amscpptemplate25a.hpp>
#include <amscppperm1/amscppperm1.hpp>
int main(int argc, char* argv[])
{
int ret = 0;
printf("ams c++ project template tests.\n");
ams::amscpptemplate_testfn();
return ret;
}