9 lines
70 B
C
9 lines
70 B
C
/* comment */
|
|
|
|
#include <unistd.h>
|
|
|
|
int main(void)
|
|
{
|
|
_exit(42);
|
|
}
|