CSS: جیاوازیی نێوان پێداچوونەوەکان

لە چاوگ
(New page: لێرە چاوەڕێ بن.)
 
No edit summary
ھێڵی ١: ھێڵی ١:
لێرە چاوەڕێ بن.
لێرە چاوەڕێ بن.
<source lang="csharp" line="1">
// Hello World in Microsoft C# ("C-Sharp").
using System;
class HelloWorld
{
    public static int Main(String[] args)
    {
        Console.WriteLine("Hello, World!");
        return 0;
    }
}
</source>

وەک پێداچوونەوەی ‏٠٢:٢١، ١ی شوباتی ٢٠٠٩

لێرە چاوەڕێ بن.

// Hello World in Microsoft C# ("C-Sharp").

using System;

class HelloWorld
{
    public static int Main(String[] args)
    {
        Console.WriteLine("Hello, World!");
        return 0;
    }
}