Mercurial > ecos
view examples/hello.c @ 3048:399cb84fb504
* cdl/hal_synth.cdl (CYGPKG_HAL_SYNTH_TESTS): Fix a typo in make rule.
| author | sergeig |
|---|---|
| date | Tue, 16 Aug 2011 17:33: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; }
