From 3330d510beb0ed09a5c7bf666b07f7d2aaff4177 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 14 Nov 2021 19:44:53 +0100 Subject: [PATCH] add bidi.js --- bidi.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bidi.js diff --git a/bidi.js b/bidi.js new file mode 100644 index 0000000..c7a6b11 --- /dev/null +++ b/bidi.js @@ -0,0 +1,6 @@ +#!/usr/bin/env node + +var isAdmin = false; +/*‮ } ⁦if (isAdmin)⁩ ⁦ begin admins only */ + console.log("You are an admin."); +/* end admins only ‮ { ⁦*/