arper/main.c
2024-12-18 09:30:30 +02:00

8 lines
No EOL
71 B
C

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