view examples/hello.c @ 1435:6e485f9ff763

Fix cycle time on NAND
author gthomas
date Tue, 09 Dec 2003 02:45:36 +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;
}