how do i create a function that adds the contents of 2 strings of numbers, only n8umbers that does not use + or - or atoi function or of the like

add_strings("123", "66")

would return "189"