2005/09/05 (月) 15:09:27        [qwerty]
#
include
<
stdio.h
>

int
main
(
 int argc,
 char* argv[]
)
{
  printf(
    "warai"
  );

}