blob: 4aba926e69c496a16ec71e8a5f1704b4d5b5e96e [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#include<stdio.h>
2#include <stdlib.h>
3
4int main(void)
5{
6 printf("hello world\n");
7 exit(42);
8}