11 lines
211 B
C++
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;
|
||
|
|
}
|