using System;
class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Hello, world!");
}
}
C#의 hello world 출력 방법입니다
Hello World! 코딩하기
Hello world 프로그래밍
using System;
class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Hello, world!");
}
}
C#의 hello world 출력 방법입니다