view examples/hello.c @ 772:f9b51f6b4eaf

i82559 eeprom writing fix
author msalter
date Thu, 27 Feb 2003 15:06:56 +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;
}