From 217b4b408c9eab7ea385904e24e6f3836225ee7a Mon Sep 17 00:00:00 2001 From: krallice Date: Tue, 24 May 2022 00:56:54 +1000 Subject: [PATCH] Add MS Azure Bicep DSL (#1364) --- b/Bicep.bicep | 1 + readme.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 b/Bicep.bicep diff --git a/b/Bicep.bicep b/b/Bicep.bicep new file mode 100644 index 00000000..09cb5976 --- /dev/null +++ b/b/Bicep.bicep @@ -0,0 +1 @@ +output msg string = 'Hello World' diff --git a/readme.md b/readme.md index 1de3b7ab..80444907 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 (930 total) +## Languages (931 total) * [!](%23/%21) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) @@ -174,6 +174,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [BennuGD](b/BennuGD) * [Beta](b/Beta.bet) * [Bhai Lang](b/Bhai%20Lang.bhai) +* [Bicep](b/Bicep.bicep) * [Binaryfuck](b/Binaryfuck.bf) * [BIRL](b/BIRL.c) * [BIT](b/BIT.bit)