diff --git a/md/JUNK/sample.md b/md/JUNK/sample.md index a33e948..e9583a6 100644 --- a/md/JUNK/sample.md +++ b/md/JUNK/sample.md @@ -29,6 +29,27 @@ Well, that's just grand! It seems that I can drop *any* html I want into *any* m 30 END +
+C:\> DIR 
+ Volume in drive C has no label
+ Volume Serial Number is 0000-1234
+ Directory of C:\
+
+.                          17/01/2025 12:00
+..                         09/01/2025 21:52
+ARITY6                     09/01/2025 21:51
+ASSIST                     09/01/2025 21:52
+BCPP                       09/01/2025 21:51
+BCPPINST                   09/01/2025 21:51
+BTFONTS                    09/01/2025 21:51
+IBM                        09/01/2025 21:51
+SPFPC                      09/01/2025 21:51
+AUTOEXEC BAT                 75 09/01/2025 21:51
+CONFIG   SYS                 72 09/01/2025 21:51
+    2 File(s)               130 Bytes
+   39 Dir(s)      2,013,265,920 Bytes free
+
+ ```language-python print('Hello, World!', end=' | ') print(100, end=' | ')