view examples/hello.c @ 793:d88a207838ef

Add support for faster boards.
author gthomas
date Tue, 04 Mar 2003 16:16:02 +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;
}