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