>  2007/08/04 (土) 12:57:27        [qwerty]
> > #include<stdio.h>
> > int main(int argc, char *argv[])
> > {
> > printf("(;´Д`)");
> > }
> これがC言語?
> 名前だけは知ってるけどC++やC#とか違いがわからん

C#(;´Д`)

using System;
using System.Collections.Generic;
using System.Text;

namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.Write("(;´Д`)");
        }
    }
}

参考:2007/08/04(土)12時55分19秒