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