蓝海。 发表于 2015-1-1 19:21:29

我的第一个C#程序。也是第一次发帖。

可能做的有点简单。只是供大家学习而已。using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace my_first_program
{
    class Program
    {
      static void Main(string[] args)
      {
            Console.WriteLine("This is my first C# program");         
            Console.WriteLine("Thank you for your use");      
            Console.WriteLine("Please support me,My QQ number is 1642785615");
            Console.ReadKey();
      }
    }
}

cyycoish 发表于 2015-1-1 20:41:11

好!支持。愿楼主在编程道路上能勇往直前!

cyycoish 发表于 2015-1-1 20:41:28

好!支持。愿楼主在编程道路上能勇往直前!

蓝海。 发表于 2015-1-1 21:37:48

cyycoish 发表于 2015-1-1 20:41
好!支持。愿楼主在编程道路上能勇往直前!

谢谢{:2_31:}

KxIX 发表于 2015-1-4 02:28:53

蓝海。 发表于 2015-12-27 17:34:17

624322077 发表于 2015-1-4 02:28
我的第一个C#程序是一句话代码,你信吗...
就是执行某个程序的语句..

还有这样的代码。。。

蓝海。 发表于 2015-12-27 17:34:45

624322077 发表于 2015-1-4 02:28
我的第一个C#程序是一句话代码,你信吗...
就是执行某个程序的语句..

还有这样的代码。。。
页: [1]
查看完整版本: 我的第一个C#程序。也是第一次发帖。