feat: add test.c
This commit is contained in:
5
__misc/dotalib/test.c
Normal file
5
__misc/dotalib/test.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "dotalib.h"
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
print_hello_world();
|
||||
}
|
||||
Reference in New Issue
Block a user