apenwarr-redo/t/hello.c
Avery Pennarun abbde40a4f Add README.md and LICENSE.
LGPLv2, by the way.
2010-11-17 00:53:58 -08:00

7 lines
80 B
C

#include <stdio.h>
int main()
{
printf("hello, world!\n");
return 0;
}