#include "person.h"

int main(int argc, char const *argv[]) {
	Person p(2,2);
}