| 520 | |
| 521 | |
| 522 | int main(int argc, char **argv) { |
| 523 | Context ctx = createContext(); |
| 524 | puzzle1(ctx); |
| 525 | // puzzle2(ctx); |
| 526 | // puzzle3(ctx); |
| 527 | // puzzle4(ctx); |
| 528 | // puzzle5(ctx); |
| 529 | // puzzle6(ctx); |
| 530 | // puzzle7(ctx); |
| 531 | // puzzle8(ctx); |
| 532 | // puzzle9(ctx); |
| 533 | // puzzle10(ctx); |
| 534 | // puzzle11(ctx); |
| 535 | // puzzle12(ctx); |
| 536 | // puzzle13(ctx); |
| 537 | // puzzle14(ctx); |
| 538 | return 0; |
| 539 | } |
nothing calls this directly
no test coverage detected