Mercurial > ecos
view examples/hello.c @ 991:fcb7cbb964ae
* doc/synth.sgml: Replaced .gif with .png to get PDF
output.
* doc/*.gif: Delete.
* doc/*.png: Replacements for .gifs added.
| author | jlarmour |
|---|---|
| date | Thu, 01 May 2003 23:15:58 +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; }
