feat: add test.c

This commit is contained in:
2021-01-10 15:15:38 +08:00
parent dee3033007
commit 316ba7b338
3 changed files with 11 additions and 1 deletions

5
__misc/dotalib/test.c Normal file
View File

@@ -0,0 +1,5 @@
#include "dotalib.h"
int main(int argc, char** argv) {
print_hello_world();
}