]> Cypherpunks.ru repositories - goredo.git/blob - t/apenwarr/110-compile/hello.c
Import tests from apenwarr/redo and redo.sh
[goredo.git] / t / apenwarr / 110-compile / hello.c
1 #include <stdio.h>
2
3 int main()
4 {
5     printf("hello, world!\n");
6     return 0;
7 }