-
1 2 3 4 5 6 7 8 9 10 개발환경 : VisualStudio 2017 namespace Intro_Ex1 { class Program { static void Main(string[] args) { System.Console.WriteLine("Hello World"); /*콘솔창에 Hello World 출력*/ } } }