原来就写的了,懒得发,现在再来发……HOHO
哈哈,占字符……
下载: Hello World.cs
- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace CoreCSharp_HelloWorld
- {
- class Program
- {
- static void Main(string[] args)
- {
- int a;
- System.Console.WriteLine("Hello, C# World!");
- System.Console.WriteLine(a);
- }
- }
- }

Leave a Reply