Mercurial > ecos
view examples/hello.c @ 3117:a9b6ea6f3c09
Added Atmel AT25DFxxx driver test application. [Bugzilla 1001449]
| author | vae |
|---|---|
| date | Mon, 12 Mar 2012 20:49:57 +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; }
