Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created March 25, 2019 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongorman/43279b3f8e8ab92b8b4ba1ecb5f70b9f to your computer and use it in GitHub Desktop.
Save jasongorman/43279b3f8e8ab92b8b4ba1ecb5f70b9f to your computer and use it in GitHub Desktop.
int main() {
struct Room room = {2.5, 2.5};
struct Carpet carpet = {10.0, false};
float total = quote(&room, &carpet);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment