c_test_bunches/main.c
2024-08-21 11:07:49 +08:00

10 lines
146 B
C

#include "test_funcs.h"
#include <stdio.h>
int main(int argc, char const *argv[])
{
printf("start c test\r\n");
hello();
return 0;
}