hello.c
author Anthony Ly <anthonyly.com@gmail.com>
Tue, 04 Dec 2012 20:09:20 -0800
changeset 94 dfc5329726b2
parent 79 8c6d2cf28de5
child 98 bb1d25d50d73
permissions -rw-r--r--
ajout test 2

/*
 * 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;
}