view examples/hello.c @ 363:5b4cd8e2de16

New port for Allied Telesyn TS1000 (PowerPC 855T)
author gthomas
date Fri, 11 Oct 2002 20:09: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;
}