view examples/hello.c @ 1192:797d8336bd8a

Updates for BGR233 mode
author gthomas
date Tue, 02 Sep 2003 18:31:58 +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;
}