hello.c
author Anthony Ly <anthonyly.com@gmail.com>
Wed, 03 Oct 2012 11:14:40 +0200
changeset 90 4984acb3309b
parent 79 8c6d2cf28de5
child 98 bb1d25d50d73
permissions -rw-r--r--
Merge bonjour bonsoir

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