chapter5
This commit is contained in:
6
DeitelC/Chapter5/rectangleOfDemo.c
Normal file
6
DeitelC/Chapter5/rectangleOfDemo.c
Normal file
@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include "rectangleOfAnyChar.c"
|
||||
|
||||
int main (void) {
|
||||
rectangleOfAnyChar(4,5,'@');
|
||||
}
|
Reference in New Issue
Block a user