Mercurial > ecos
view examples/hello.c @ 1092:3764201565e4
Clean up bad character introduced in r1.4
| author | gthomas |
|---|---|
| date | Thu, 03 Jul 2003 09:47:27 +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; }
