Second.Hello C# (CSharp) Method

Hello() public static method

public static Hello ( ) : string
return string
	public static string Hello(){
	return "Hello World";	
	}
}
Second