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