From a960563e897fe7f5bf135e870ed9d86e49cccfbc Mon Sep 17 00:00:00 2001 From: Subodh Date: Fri, 2 Oct 2020 12:33:01 +0530 Subject: [PATCH 1/2] Add VBScript XSLT MATLAB Implemtation --- README.md | 6 +++++- matlab.m | 1 + vbscript.txt | 1 + vbscript.vbs | 1 + xslt.xml | 1 + 5 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 matlab.m create mode 100644 vbscript.txt create mode 100644 vbscript.vbs create mode 100644 xslt.xml diff --git a/README.md b/README.md index 036c13f..3ab8abb 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ This is a repository full of implementations of the classic, "Hello, world!", in - Haskell - Java - JavaScript +- Julia +- Matlab - Kotlin - Pascal - Perl @@ -23,4 +25,6 @@ This is a repository full of implementations of the classic, "Hello, world!", in - Scala - Swift - TypeScript -- Julia +- VbScript +- XSLT + diff --git a/matlab.m b/matlab.m new file mode 100644 index 0000000..3b04038 --- /dev/null +++ b/matlab.m @@ -0,0 +1 @@ +disp('Hello, world!') \ No newline at end of file diff --git a/vbscript.txt b/vbscript.txt new file mode 100644 index 0000000..8f38bd7 --- /dev/null +++ b/vbscript.txt @@ -0,0 +1 @@ +MsgBox "Hello, World!" \ No newline at end of file diff --git a/vbscript.vbs b/vbscript.vbs new file mode 100644 index 0000000..8f38bd7 --- /dev/null +++ b/vbscript.vbs @@ -0,0 +1 @@ +MsgBox "Hello, World!" \ No newline at end of file diff --git a/xslt.xml b/xslt.xml new file mode 100644 index 0000000..5e1c309 --- /dev/null +++ b/xslt.xml @@ -0,0 +1 @@ +Hello World \ No newline at end of file From 002a80f2b02eb5ed8084bbc9077877c97b09a717 Mon Sep 17 00:00:00 2001 From: Subodh Date: Fri, 2 Oct 2020 12:42:44 +0530 Subject: [PATCH 2/2] ADD MATLAB VBSCRIPT XSLT TO LIST --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ab8abb..6c9717f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,6 @@ This is a repository full of implementations of the classic, "Hello, world!", in - Scala - Swift - TypeScript -- VbScript +- VBScript - XSLT