C#第一个helloworld程序
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 using System.Threading.Tasks;
6 using System.Windows.Forms;
7
8 namespace helloworld
9 {
10 class HelloWorld
11 {
12 public static void Main()
13 {
14 Console.WriteLine("This is My First C# Program Hello World!");
15 MessageBox.Show("Hello World!");
16 Console.ReadLine();
17 }
18 }
19 }
好看请赞,养成习惯:) 本文来自博客园,作者:靠谱杨, 转载请注明原文链接:https://www.cnblogs.com/rainbow-1/p/15410148.html
欢迎来我的51CTO博客主页踩一踩 我的51CTO博客
文章中的公众号名称可能有误,请统一搜索:靠谱杨的秘密基地