view examples/hello.c @ 472:3bad6dc606d2

Add new board port for Cogent CSB281
author gthomas
date Tue, 24 Dec 2002 16:00:44 +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;
}