homework: room macro

This commit is contained in:
4 changed files with 26 additions and 31 deletions

View File

@@ -2,6 +2,7 @@ mod device;
mod error;
mod house;
mod power_socket;
#[macro_use]
mod room;
mod thermometer;