// Prints 3-by-3 grid of bricks #include int main(void) { printf("###\n"); printf("###\n"); printf("###\n"); }