#include "ex3.h" int main() { game G; G.match(); return 0; }