say hello

写第一篇博客还有点小激动呢

打一段代码压压惊

 1 class Program
 2 {
 3 
 4     static void Main(string[] args)
 5     {
 6 
 7         Console.ForegroundColor = ConsoleColor.Cyan;
 8         string someString = "Hello World";
 9         Console.WriteLine(someString);
10         Console.Title = "Hello World";
11 
12 #if DEBUG
13         Console.WriteLine("Wrong");
14 #endif
15 
16     }
17 }

 

posted @ 2015-03-25 17:32  一边挖鼻屎一边  阅读(105)  评论(0编辑  收藏  举报