From 877e06e5b6415484c58c449323b52c8105b4e45f Mon Sep 17 00:00:00 2001 From: Valeriy Manzhos Date: Sat, 19 Oct 2019 12:25:36 +0300 Subject: [PATCH] Revert "Added Visual Basic for Applications language" This reverts commit 69bc854d4c17dc647a193607c645c51385c981f3. --- README.md | 1 - v/VBA.vba | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 v/VBA.vba diff --git a/README.md b/README.md index 09813453..f79d0871 100755 --- a/README.md +++ b/README.md @@ -515,7 +515,6 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo * [Virgil](v/virgil.v3) * [Visualbasic](v/visualbasic.vb) * [Visualbasicscript](v/visualbasicscript.vbs) -* [Visual Basic for Applications](v/VBA.vba) * [Visualfoxpro](v/visualfoxpro.prg) * [Vms](v/vms.vms) * [Vowels](v/Vowels.vw) diff --git a/v/VBA.vba b/v/VBA.vba deleted file mode 100644 index 1e370258..00000000 --- a/v/VBA.vba +++ /dev/null @@ -1,3 +0,0 @@ -Sub HelloWorld() - Call MsgBox("Hello World!") -End Sub