// Prints a column of 3 bricks #include int main(void) { printf("#\n"); printf("#\n"); printf("#\n"); }