hello.hello C# (CSharp) 메소드

hello() 공개 정적인 메소드

public static hello ( ) : object
리턴 object
    public static object hello() {
        Console.WriteLine("Hello World");
    }
}
hello