From 5270971ad6077d47dc8196e18eb18761a1399d4e Mon Sep 17 00:00:00 2001 From: celso Date: Sat, 5 Nov 2022 17:52:25 -0300 Subject: [PATCH] eleventh exercise --- 1-11.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 1-11.c diff --git a/1-11.c b/1-11.c new file mode 100644 index 0000000..6be4c0a --- /dev/null +++ b/1-11.c @@ -0,0 +1,3 @@ +//special characters outside of the ASCII standard make the current version of the program trip up and count more characters than there really are +// example: á counts as three characters, despite being shown as only one +// this is because the ´ character is a special character that, alone, already counts as two; and it gets added to a, which is the third character