2.โครงสร้างของโค้ด
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
using System;
namespace myApp
{
class Program
{
static void Main()
{
Console.WriteLine("Hello World!");
}
}
}