Mercurial > ecos
view examples/hello.c @ 2852:fef4afad3336
* installation.sgml: Update supported host list to include Microsoft Windows
Vista.
| author | jld |
|---|---|
| date | Fri, 20 Mar 2009 13:57:15 +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; }
