hello.c
author tc
Thu, 04 Oct 2012 10:17:10 +0200
changeset 92 4790ac17d170
parent 79 8c6d2cf28de5
child 98 bb1d25d50d73
permissions -rw-r--r--
TC test

/*
 * Placed in the public domain by Bryan O'Sullivan.  This program is
 * not covered by patents in the United States or other countries.
 */

#include <stdio.h>

int main(int argc, char **argv)
{
	printf("once more, hello.\n");
	printf("hello merged ?");
	return 0;
}