From 4e3bde945b0bbb58a48e078f973214995fe4965c Mon Sep 17 00:00:00 2001 From: Luke Nicholls <57662212+Guest257351@users.noreply.github.com> Date: Fri, 7 May 2021 16:12:16 +0930 Subject: [PATCH] Add Batch To Memory (#965) Co-authored-by: Richie Bendall --- b/Batch to Memory.btm | 2 ++ readme.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 b/Batch to Memory.btm diff --git a/b/Batch to Memory.btm b/b/Batch to Memory.btm new file mode 100644 index 00000000..f6e3e983 --- /dev/null +++ b/b/Batch to Memory.btm @@ -0,0 +1,2 @@ +@echo off +echo Hello World diff --git a/readme.md b/readme.md index 046c0a3a..321c8a9d 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! -## Languages (765 total) +## Languages (766 total) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [05AB1E](%23/05AB1E) @@ -166,6 +166,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Bash](b/Bash.bash) * [BASIC 256](b/BASIC%20256.kbs) * [BASIC](b/BASIC.bas) +* [Batch to Memory](b/Batch%20to%20Memory.btm) * [Batch](b/Batch.bat) * [Batch](b/Batch.cmd) * [Batsh](b/Batsh.batsh)