From abe67f2db0b748f3451a437cda91c4b643752e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Thu, 20 Nov 2025 11:40:04 -0800 Subject: [PATCH 1/5] description.md -> instructions.md --- exercises/ocr-numbers/{description.md => instructions.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename exercises/ocr-numbers/{description.md => instructions.md} (98%) diff --git a/exercises/ocr-numbers/description.md b/exercises/ocr-numbers/instructions.md similarity index 98% rename from exercises/ocr-numbers/description.md rename to exercises/ocr-numbers/instructions.md index c6fcdebc49..7beb257795 100644 --- a/exercises/ocr-numbers/description.md +++ b/exercises/ocr-numbers/instructions.md @@ -1,4 +1,4 @@ -# Description +# Instructions Given a 3 x 4 grid of pipes, underscores, and spaces, determine which number is represented, or whether it is garbled. From e57ae68fe161865f233fcab24df1dcd30f2fa3b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Thu, 20 Nov 2025 11:40:43 -0800 Subject: [PATCH 2/5] Add introduction --- exercises/ocr-numbers/introduction.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 exercises/ocr-numbers/introduction.md diff --git a/exercises/ocr-numbers/introduction.md b/exercises/ocr-numbers/introduction.md new file mode 100644 index 0000000000..9c50df5370 --- /dev/null +++ b/exercises/ocr-numbers/introduction.md @@ -0,0 +1,6 @@ +# Introduction + +Your best friend Marta recently landed their dream job working with a local history museum’s collections. +Knowing of your interests in programming, they confide in you about an issue at work for an upcoming exhibit on computing history. +A local university’s math department had donated several boxes of historical printouts, but given the poor condition of the documents, the decision has been made to digitize the text. +However, the university’s old printer had some quirks in how text was represented, and your friend could use your help to extract the data successfully. From e52577299c44c2014ca6b3f1a7e00c4b69b80401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Thu, 20 Nov 2025 12:45:01 -0800 Subject: [PATCH 3/5] Fix smart quote apostrophe Co-authored-by: Isaac Good --- exercises/ocr-numbers/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/ocr-numbers/introduction.md b/exercises/ocr-numbers/introduction.md index 9c50df5370..5f11ef67b9 100644 --- a/exercises/ocr-numbers/introduction.md +++ b/exercises/ocr-numbers/introduction.md @@ -1,6 +1,6 @@ # Introduction -Your best friend Marta recently landed their dream job working with a local history museum’s collections. +Your best friend Marta recently landed their dream job working with a local history museum's collections. Knowing of your interests in programming, they confide in you about an issue at work for an upcoming exhibit on computing history. A local university’s math department had donated several boxes of historical printouts, but given the poor condition of the documents, the decision has been made to digitize the text. However, the university’s old printer had some quirks in how text was represented, and your friend could use your help to extract the data successfully. From b3a343cb804b7ea0fcaaacebc6ffef7cac89d4ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Thu, 20 Nov 2025 12:45:26 -0800 Subject: [PATCH 4/5] Fix smart quote apostrophe Co-authored-by: Isaac Good --- exercises/ocr-numbers/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/ocr-numbers/introduction.md b/exercises/ocr-numbers/introduction.md index 5f11ef67b9..89ef72942e 100644 --- a/exercises/ocr-numbers/introduction.md +++ b/exercises/ocr-numbers/introduction.md @@ -2,5 +2,5 @@ Your best friend Marta recently landed their dream job working with a local history museum's collections. Knowing of your interests in programming, they confide in you about an issue at work for an upcoming exhibit on computing history. -A local university’s math department had donated several boxes of historical printouts, but given the poor condition of the documents, the decision has been made to digitize the text. +A local university's math department had donated several boxes of historical printouts, but given the poor condition of the documents, the decision has been made to digitize the text. However, the university’s old printer had some quirks in how text was represented, and your friend could use your help to extract the data successfully. From a3adfe51f0ffa6de560275d88de6aa3dafc04a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Thu, 20 Nov 2025 12:45:34 -0800 Subject: [PATCH 5/5] Fix smart quote apostrophe Co-authored-by: Isaac Good --- exercises/ocr-numbers/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/ocr-numbers/introduction.md b/exercises/ocr-numbers/introduction.md index 89ef72942e..366d76062c 100644 --- a/exercises/ocr-numbers/introduction.md +++ b/exercises/ocr-numbers/introduction.md @@ -3,4 +3,4 @@ Your best friend Marta recently landed their dream job working with a local history museum's collections. Knowing of your interests in programming, they confide in you about an issue at work for an upcoming exhibit on computing history. A local university's math department had donated several boxes of historical printouts, but given the poor condition of the documents, the decision has been made to digitize the text. -However, the university’s old printer had some quirks in how text was represented, and your friend could use your help to extract the data successfully. +However, the university's old printer had some quirks in how text was represented, and your friend could use your help to extract the data successfully.