From 52b4c83b63fc9cba85b1ae9a9f560705eb011d4e Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Sat, 1 Oct 2022 21:03:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20echo=20command=20now=20creates?= =?UTF-8?q?=20a=20new=20line=20each=20time?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0667c46..2cc2768 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,14 @@ if $q < 10 ``` ```asm -0123456789 +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 ```