summaryrefslogblamecommitdiffstats
path: root/while1.c
blob: 69c704f7518e1db3b603698ccc952eeeadf2abcf (plain) (tree)
1
2
3
4
5
6
7






                              
#include <yotlibc.h>
int main()
{
    putstr("i am stupid");
    while(1);
    return 0xF00D;
}