hello.c
author duong tam kien <tk@deveha.com>
Fri, 13 Jan 2017 13:40:04 +0100
changeset 108 efeb2e25f98e
parent 98 bb1d25d50d73
child 118 2c8d73b46563
permissions -rw-r--r--
test premier push tk

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