This puzzle is a variant of the typical job interview question what are the number of trailing zeros of a factorial ?
This puzzle requires you to write a program that computes the number of trailing zeros of factorial(v), when this number is represented in hexadecimal.
