#include "types.hpp" int main() { demo::Box box(1); box.run(2); }