diff --git a/q2_25.c b/Chapter2-Q25.c similarity index 59% rename from q2_25.c rename to Chapter2-Q25.c index a50ef78..534141a 100644 --- a/q2_25.c +++ b/Chapter2-Q25.c @@ -1,3 +1,7 @@ +/*2.25 Print your initials in block letters down the page. Construct each block letter out of the letter +it represents as shown below. +*/ +// ıt s not complated #include int main () { @@ -9,5 +13,5 @@ int main () printf( "AAAAAAAAAAAAAAAAA\n" ); - //printf( "I ý" ); + //printf( "I ý" ); }