namespace Learn_CS_0001
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}
}
'Technology > C# 언어' 카테고리의 다른 글
Chapter 01. 환경 설정 (0) | 2025.03.19 |
---|
namespace Learn_CS_0001
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}
}
Chapter 01. 환경 설정 (0) | 2025.03.19 |
---|