end of day blah

This commit is contained in:
2025-05-22 22:22:21 -04:00
parent a0d8c9b3f6
commit f3b4801947
32 changed files with 1709 additions and 2 deletions

View File

@ -5,4 +5,7 @@ int main(int argc, char* argv[])
int ret = 0;
printf("ams c++ math and utility library tests.\n");
//ams::amsmathutil25::test_amsarray1();
//ams::amsmathutil25::test_amsarray2();
return ret;
}