8 lines
91 B
C
8 lines
91 B
C
#include <stdlib.h>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
asm ("int $129");
|
|
|
|
exit(0);
|
|
}
|