Mercurial > flash_v2
view examples/hello.c @ 437:9ba3f030fd83
Minor CDL cleanup.
| author | gthomas |
|---|---|
| date | Tue, 26 Nov 2002 13:48:16 +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; }
