]> Cypherpunks.ru repositories - goredo.git/blob - t/apenwarr/110-compile/hello.c
Download link for 2.6.2 release
[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 }