qira/tests/hello.c
2014-07-18 14:49:35 -07:00

4 lines
76 B
C

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