码迷,mamicode.com
首页 > Windows程序 > 详细

C#学习 —— 初码

时间:2018-02-13 21:20:00      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:项目   mmm   mes   int   pretty   ram   system   highlight   pre   

  emmm,老规矩,第一个程序C#的正确输出方式:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace helloworld
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("hello world!");//打印到控制台
        }
    }
}

  然而上面的代码就写了

Console.WriteLine("hello world!");//打印到控制台

  创建好一个helloworld项目后其他的语句就已经导入进来了。。。

  语法格式就像是C++ 和 Java的混合体一样。

  

C#学习 —— 初码

标签:项目   mmm   mes   int   pretty   ram   system   highlight   pre   

原文地址:https://www.cnblogs.com/darkchii/p/8447384.html

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