2015年8月14日 星期五

Hello World !

學習程式語言的第一支程式,Hello World!

using System;
using System.Collections.Generic;

public class MyClass
{
public static void Main()
{
Console.WriteLine("Hello World!");  //輸出hello world 字串
Console.ReadKey();     //按任意鍵離開
}
}


 以下為輸出範例





如果您喜歡我的文章,請在文章最末按5下Like!
我將得到LikeCoin的回饋:)

回饋由LikeCoin基金會出資,您只要註冊/登入帳號(FB、Google帳號都可以註冊,流程超快),按L五次左鍵,可以贊助我的文章且完全不會花到錢!
支持創作,正向交流:)

沒有留言:

張貼留言