slibc/examples/helloworld/main.c
2024-10-28 13:03:37 +13:00

5 lines
50 B
C

#include <stdlib.h>
int main() {
exit(10);
}