Challenge 2: Referentially-Transparent Function
Test your knowledge by writing code to check a given function's referential transparency.
We'll cover the following...
Problem statement
Prove that the increment
function ...