예제 #1
0
파일: Program.cs 프로젝트: wk-j/dotnet-conf
        static void Main(string[] args)
        {
            var lib = new MyLib();

            lib.Hello();
        }