アットウィキロゴ

c_sharp_helloworld


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

namespace HelloCsharp00
{
   class Program
   {
       static void Main(string[] args)
       {
           Console.Write("Hello C# world");
       }
   }
}
最終更新:2009年02月07日 13:59