Files
test-app/main.c
2025-07-03 20:08:27 -05:00

7 lines
88 B
C

#include <stdio.h>
int main(int argc,char** argv)
{
printf("42\n");
return 0;
}