Mercurial > flash_v2
view examples/hello.c @ 1536:748c09136e09
Redo some previous changes that were lost in merge with MTD files
| author | gthomas |
|---|---|
| date | Wed, 10 Mar 2004 13:49:42 +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; }
