Challenge

Test your knowledge of asynchronous operations.

Challenge #1

Use async/await to fetch a result from the calculateSquare(int num) API.

// Assume this function takes long time to return in
...