9 lines
96 B
C
Raw Normal View History

2026-04-06 05:41:34 +03:00
#include "../syscall.h"
#include <stdint.h>
#include <stdbool.h>
int main() {
return 0;
}