/* 가장 간단한 프로그램 */


#include<stdio.h>


main()

{

puts("My first program!!");

}


---------------------------------------------------------------

/*~~~~~~~*/ : 주석

Posted by 멜데스