hello.c
author Chloe Laisne <chloe.laisne@gmail.com>
Wed, 11 May 2016 13:48:08 +0200
changeset 98 bb1d25d50d73
parent 79 8c6d2cf28de5
child 118 2c8d73b46563
permissions -rw-r--r--
Commentaire

/*
 * 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>
// Un commentaire
int main(int argc, char **argv)
{
	printf("once more, hello.\n");
	printf("hello merged ?");
	return 0;
}