jompiler/input.c
2024-11-22 23:34:37 +01:00

6 lines
55 B
C

//#include<elf.h>
int main(int argc)
{
exit(42);
}