test cases

This commit is contained in:
nora 2025-03-15 12:30:42 +01:00
parent d7425f460f
commit 8989d32ff5
2 changed files with 14 additions and 0 deletions

5
test/hello.c Normal file
View file

@ -0,0 +1,5 @@
#include<stdio.h>
int main(int argc, char *argv[]) {
printf("meow %d", argc);
}