From 583699f3113f3c4db928ef85bfa8661e0e5a6703 Mon Sep 17 00:00:00 2001 From: halilgezer <55877853+halilgezer@users.noreply.github.com> Date: Wed, 29 Apr 2020 00:09:38 +0300 Subject: [PATCH] Print your initials in block letters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ıt s not complated --- q2_25.c => Chapter2-Q25.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename q2_25.c => Chapter2-Q25.c (59%) 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 ý" ); }