#include <stdio.h>
 
int main (void)
 
{
   printf("%d * %d = %d\n",2,3,6);
   return 0;
}
 
/* 어제 자습한 내용 :) */


For the sake! Of the call!
-fluorF-