Advertisement
alexdevillx

Hello World

Jun 16th, 2011
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.50 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5.  
  6. namespace Hello_World
  7. {
  8.     class Program
  9.     {
  10.         static void Main(string[] args)
  11.         {
  12.             Console.WriteLine ("Hello World! (C) Alex.Devil.LX 2011");
  13.             Console.WriteLine("Проверка киррилицы");
  14.             Console.ReadKey();
  15.         }
  16.     }
  17. }
  18. //Моя первая программа написанная на C#
  19. //(C) Alex.Devil.LX 2011
  20. // AlexDevilLX.blogspot.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement