RSS

我的C# Hello World

2007年08月06日 | ghSky | 浏览: 1,047   

Programming

原来就写的了,懒得发,现在再来发……HOHO :mrgreen:
哈哈,占字符……

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




:wink: :twisted: :surprised: :smile: :sad: :rolleyes: :redface: :razz: :question: :neutral: :mrgreen: :mad: :lol: :idea: :exclaim: :evil: :eek: :cry: :cool: :confused: :biggrin: :arrow: