Files
testing/hello.c
2025-11-23 11:21:55 +01:00

9 lines
124 B
C

#include "stdio.h"
#include "stdlib.h"
int main(int argc, char *argv[])
{
printf("testing testing\n");
return 0;
}