summaryrefslogtreecommitdiffstats
path: root/reader.c
blob: 7aa8506b0fe3d079d60ea73b071c916b316c4dcb (plain) (blame)
1
2
3
4
5
6
#include <yotlibc.h>
int main()
{
    putstr("i am reader.c");
    return 0xF00D;
}