Basics
"C# dasturlash tiliga kirish" deb boshlashadi hamma, biz esa "bosingiz" deb start beramz!
using System;
namespace dotnetuz
{
public class Program
{
public static void Main(string[] args)
{
//Your code goes here
Console.WriteLine("Hello, world!");
}
}
}
//from C# 9.0 System.Console.WriteLine("Hello World!"); enough for us! :)Last updated
Was this helpful?