/* * 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 commentaireintmain(intargc,char**argv){printf("once more, hello.\n");printf("hello merged ?");return0;}