2023-12-07 09:12:54 +01:00

8 lines
99 B
C

#include <stdio.h>
int main(void)
{
printf("This executable has an extension\n");
return 0;
}