From de0eda0b229395ce9e1f018d79697e815cd8531f Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Mon, 5 Dec 2022 14:40:59 +0100 Subject: [PATCH] newlines --- 4/prompt.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/4/prompt.md b/4/prompt.md index dd204a6..3987ebf 100644 --- a/4/prompt.md +++ b/4/prompt.md @@ -1,11 +1,13 @@ # Here is what I prompted OpenAI with to get day4-by-ai.c and day4-by-ai.s: consider a text file like this: +``` 22-65,22-66 91-94,63-91 6-88,5-31 85-86,64-86 40-65,40-65 25-82,24-94 +``` write an gnu-x86 assembly program that: - reads a text file like this line by line and count how often one of the two ranges contains the other.