Mercurial > ecos
view examples/hello.c @ 203:307da0fe3e96
cygwin fix
| author | jlarmour |
|---|---|
| date | Sat, 02 Feb 2002 17:09:34 +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; }
