Files
test/main.c
2026-02-10 19:45:11 +10:00

8 lines
64 B
C

#include<stdio.h>
int main()
{
printf("test\n");
return 0;
}