>  2007/08/04 (土) 13:11:27        [qwerty]
> > C++(;´Д`)
> > #include<cstdio>
> > int main(int argc, char *argv[])
> > {
> > printf("(;´Д`)");
> > }
> C++
> #include "stdio.h"
> #include "stdlib.h"
> using namespace System;
> int main(array<System::String > args)
> {
>     int argc = args->Length;
>     if (argc == 0) {
>      Console::WriteLine(L"(;´Д`)");←ここのLはなに?(;´Д`)
>     }
>     return 0;
> }


参考:2007/08/04(土)13時10分00秒