unit test

This commit is contained in:
Yaossg 2024-12-07 14:13:34 +08:00
parent 98d5a1a3bc
commit 54db58d362
18 changed files with 64 additions and 9 deletions

View file

@ -1,5 +0,0 @@
int printf(char* format, ...);
int main() {
printf("hello world %d\n", 42);
}