Download this file
1 2 3 4 5
#include "common.hpp" vector<shared_ptr<Room> > world; int main () { return 0; }