Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include "room.h"
  2. #include <studio.h>
  3.  
  4. int turnOnLight(int light_number){
  5. // code to turn on light
  6. }
  7.  
  8. int turnOffLight(int light_number){
  9. // code to turn off light
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement