8 lines
86 B
C
8 lines
86 B
C
#include "Box.h"
|
|
#include "M2.h"
|
|
|
|
void Party() {
|
|
Box<> Present;
|
|
Present.test();
|
|
}
|