Challenge

Test your knowledge of asynchronous operations.

Challenge #1

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

//
...