码迷,mamicode.com
首页 > Web开发 > 详细

Day01-.NET开发前奏

时间:2016-07-09 09:19:45      阅读:255      评论:0      收藏:0      [点我收藏+]

标签:

HelloWorld测试代码

  1 using System;
  2 using System.Collections.Generic;
  3 using System.Linq;
  4 using System.Text;
  5 using System.Threading.Tasks;
  6 
  7 namespace HelloWorld01
  8 {
  9     class Program
 10     {
 11         static void Main(string[] args)
 12         {
 13             Console.WriteLine("Hello World!");
 14             Console.ReadKey();
 15         }
 16     }
 17 }

Day01-.NET开发前奏

标签:

原文地址:http://www.cnblogs.com/yangjiabin8504/p/5655161.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!