hello.c
author Julien Rougeron <julien.rougeron@iri.centrepompidou.fr>
Wed, 05 Sep 2012 15:14:37 +0200
changeset 79 8c6d2cf28de5
parent 78 69778189f54d
parent 77 89098f9e56b5
child 98 bb1d25d50d73
permissions -rw-r--r--
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;
}