Mercurial > ecos
view examples/hello.c @ 3172:beb3e075b6ea
Add TWR-K70F120M bsp and target.
| author | vae |
|---|---|
| date | Wed, 09 May 2012 22:37:00 +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; }
