Every Programer do This

Every Programer do This
Every programer make one program Which is Hallo World Program in her 1st Day in programing

using System;
using System.Text;

namespace hal
{
  class main()
  {
     void main()
      {
       Console.Wrightline("Hallo World");
     }
  }
}
Previous
Next Post »