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