mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 05:46:51 +08:00
8 lines
59 B
C
8 lines
59 B
C
/*
|
|
*/
|
|
|
|
#include <stdlib.h>
|
|
|
|
int main() {
|
|
exit(3510);
|
|
}
|