From 2e86106732db92667bd8a64e3f98c1b6e8df86a5 Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Sun, 3 Dec 2023 05:47:26 +0000 Subject: Sat, Dec 2, 2023, 9:47 PM -08:00 --- wk1/phone-book.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wk1/phone-book.c') diff --git a/wk1/phone-book.c b/wk1/phone-book.c index b0c5a9d..e37fa2b 100644 --- a/wk1/phone-book.c +++ b/wk1/phone-book.c @@ -6,5 +6,5 @@ int main(void) string name = get_string("What's your name? "); int age = get_int("What's your age? "); string phone = get_string("What's your phone number? "); - printf("Age is %i. \nName is %s. \n Number is %s. \n", age, name, phone); + printf("Age is %i. Name is %s. Number is %s. \n", age, name, phone); } -- cgit v1.2.3