view examples/hello.c @ 639:75e975ed2cc3

* current.ect: Update inferred values.
author jlarmour
date Fri, 14 Feb 2003 18:28:10 +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;
}