Elm
Other Elm solutions.module AllYourBase exposing (rebase)
rebase : Int -> List Int -> Int -> Maybe (List Int)
rebase inBase digits outBase =
Debug.todo "Please implement this function"
module AllYourBase exposing (rebase)
rebase : Int -> List Int -> Int -> Maybe (List Int)
rebase inBase digits outBase =
Debug.todo "Please implement this function"