Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created May 5, 2019 11:31
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/f99ca985d52bddf2df4a892bd08c863b to your computer and use it in GitHub Desktop.
Save jasongorman/f99ca985d52bddf2df4a892bd08c863b to your computer and use it in GitHub Desktop.
#include "carpet_quote.h"
#include "room_area.h"
#include "carpet.h"
float quote(Room *room, Carpet *carpet){
return price(carpet, area(room));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment