Mercurial > ecos
view examples/hello.c @ 189:e8fbc72e8785
Tidy up
| author | jlarmour |
|---|---|
| date | Tue, 09 Oct 2001 23:55:33 +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; }
