qira/tests_manual/hello.c
2015-01-19 17:03:57 -05:00

4 lines
76 B
C

#include <stdio.h>
int main() { write(0, "hello world\n", 12); return 0; }