view examples/hello.c @ 2461:6ac315df1958

Port to the FR30 architecture, the mb91301 variant and the skmb91302 board.
author asl
date Sun, 06 Jan 2008 14:17:43 +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;
}