blob: ab457e0c08f21af4b56e35a5d315536f7d041ff5 [file] [log] [blame]
#include "Box.h"
#include "M2.h"
void Party() {
Box<> Present;
Present.test();
}