Given input characters for an arrow body and arrowhead, follow the TODO comments to complete the program that prints a right-facing arrow.

Ex: If the input is:

*
#
Then the output is:

#
******##
******###
******##
#