码迷,mamicode.com
首页 > 其他好文 > 详细

01-hello_world

时间:2018-05-21 14:39:20      阅读:129      评论:0      收藏:0      [点我收藏+]

标签:main   OLE   div   static   linq   文件   用户   void   name   

/*
 * 主文件是 xxx.cs
 * 基本的 hello world 程序如下:
 */

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace _01_hello_world
{
    class Program
    {
        static void Main(string[] args)
        {
            /**/
            Console.WriteLine("hello world!"); // 显示
            Console.ReadKey(); // 是针对 VS.NET 用户的,wait key...
        }
    }
}

  

01-hello_world

标签:main   OLE   div   static   linq   文件   用户   void   name   

原文地址:https://www.cnblogs.com/alexYuin/p/9066642.html

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