RSS

我的C# Hello World

2007年08月06日 | ghSky | 浏览: 747   

Programming

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

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4.  
  5. namespace CoreCSharp_HelloWorld
  6. {
  7.     class Program
  8.     {
  9.         static void Main(string[] args)
  10.         {
  11.             int a;
  12.             System.Console.WriteLine("Hello, C# World!");
  13.             System.Console.WriteLine(a);
  14.         }
  15.     }
  16. }

Leave a Reply

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

   [完成后按 Ctrl+Enter 发布]