Mercurial > ecos
view examples/hello.c @ 992:8f4717f85ff4
* standalone/wxwin/appsettings.cpp: Don't use "." in the PATH to look for
build tools and user tools.
| author | jld |
|---|---|
| date | Fri, 02 May 2003 13:58:08 +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; }
