Day 91/100 100 Days of Code
I began working on retrieving the results from the mini-app. First, I created a new struct:
struct Results
{
double maxHeight;
double timeToMaximumHeight;
double timeToLand;
};
Then, I used the resource locator to find the mini-app's loc...
digitalcreations.hashnode.dev1 min read