This commit is contained in:
2025-06-02 08:58:23 -04:00
commit 87ccfdf279
37 changed files with 1286 additions and 0 deletions

View File

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

8
src/main.cpp Normal file
View File

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