Mercurial > flash_v2
view examples/hello.c @ 1330:322a6fa415e0
Fix buglet in nano-tetris demo - garbage in state structure caused crashes
| author | gthomas |
|---|---|
| date | Fri, 24 Oct 2003 18:15:52 +0000 |
| parents | ead06911cbae |
| children |
line wrap: on
line source
/* this is a simple hello world program */ #include <stdio.h> int main(void) { printf("Hello, eCos world!\n"); return 0; }
