view sources/toys/hello.c @ 617:fe06c3f2fa64

Typo fix, uNSTABLE= doesn't work. (Spotted by Mark.)
author Rob Landley <rob@landley.net>
date Wed, 11 Feb 2009 21:00:39 -0600
parents 8fb80545fe84
children
line wrap: on
line source

#include <stdio.h>

int main(int argc, char *argv[])
{
  printf("Hello world!\n");
  return 0;
}