add link to projects using redo; fix t/example mention (#20)

also rename t/111-compile2 to t/111-example
This commit is contained in:
Alexey Shamrin 2018-11-07 07:54:57 +02:00 committed by apenwarr
commit 59eb7e8f1e
12 changed files with 7 additions and 6 deletions

8
t/111-example/main.c Normal file
View file

@ -0,0 +1,8 @@
#include <stdio.h>
#include "mystr.h"
int main()
{
printf("%s\n", mystr);
return 0;
}