Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created March 25, 2019 08:20
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/ec1cdf58a3b9d1e11061840564da0181 to your computer and use it in GitHub Desktop.
Save jasongorman/ec1cdf58a3b9d1e11061840564da0181 to your computer and use it in GitHub Desktop.
#include "room.h"
float area(const struct Room *room) {
return room->length * room->width;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment