qira/tests_manual/hello.c

4 lines
76 B
C
Raw Normal View History

2014-06-20 11:23:59 -07:00
#include <stdio.h>
2014-07-18 14:49:35 -07:00
int main() { write(0, "hello world\n", 12); return 0; }
2014-06-20 11:23:59 -07:00