rustv32i/test/hello.c
2025-03-15 12:30:42 +01:00

5 lines
83 B
C

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