aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index d86cb0d..3e151ea 100644
--- a/main.cpp
+++ b/main.cpp
@@ -42,6 +42,9 @@ int main(int argc, char** argv) {
Museum m {};
load_museum(m, argc, argv);
+ printf("%s", m.canvas.to_string(true).c_str());
+ printf("%s", m.people.to_string().c_str());
+
View v {};
ViewController vc {v, m};