view examples/hello.c @ 644:c2866eff7fb9

* standalone/wxwin/mainwin.cpp: Update path to configtool HTML docs.
author jld
date Mon, 17 Feb 2003 17:05:22 +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;
}