C Sharp
跳至導覽
跳至搜尋
C Sharp (C#) he yit chúng vu̍t-khien thô-hiong ke thien-nó chhàng-sṳt ngî-ngièn.
Ngî-fap[phiên-siá | kói ngièn-sṳ́-mâ]
Yung C# chhàng-sṳt tá chhut Hello World:
using System;
public class HelloWorld {
public static void Main(string[] args) {
Console.WriteLine("Hello world!");
}
}