Files
amscppsimpledraw/src/main.cpp
2025-06-03 09:36:08 -04:00

11 lines
211 B
C++

#include <amscppsimpledraw/amscppsimpledraw.hpp>
int main(int argc, char* argv[])
{
int ret = 0;
printf("ams c++ project template tests.\n");
ams::simpledraw::test_drawcanvas1();
return ret;
}