Chapter VI
Rush01
• rush(5, 3) should display:
$>./a.out
/***\
* *
\***/
$>
• rush(5, 1) should display:
$>./a.out
/***\
$>
• rush(1, 1) should display:
$>./a.out
/
$>
• rush(1, 5) should display:
$>./a.out
/
*
*
*
\
$>
• rush(4, 4) should display:
$>./a.out
/**\
* *
* *
\**/




Pull the rushcode and run: cc ft_putchar.c and we can use with ./a.out 10 15 or any other numbers to have one last dynamic Testframe
