6 lines
75 B
C
6 lines
75 B
C
#include <stdlib.h>
|
|
|
|
int main() {
|
|
asm("syscall" :: "a"(60), "D"(0));
|
|
}
|