mirror of
https://github.com/geohot/qira
synced 2025-02-11 03:54:17 +03:00
4 lines
76 B
C
4 lines
76 B
C
#include <stdio.h>
|
|
int main() { write(0, "hello world\n", 12); return 0; }
|
|
|