1 2 3 4 5 6 7 8
const main() { _sleep(0x1); _putchar(0x0, 'H'); _putchar(0x0, 'i'); _putchar(0x0, '!'); return 0; }