i'm trying to create a function that accepts a function, prints the time it takes, executes it and then returns the value of that function. tried basing it off of measureTImeMillis, but this is returning the value the arbitrary function returns...dunno how that can be specified