slibc/examples/helloworld/main.c

6 lines
50 B
C
Raw Permalink Normal View History

2024-10-28 13:03:37 +13:00
#include <stdlib.h>
int main() {
exit(10);
}