From 7087cfc8415180266c91c55e314909ce6d578d58 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Wed, 26 Jun 2024 17:36:42 +0200 Subject: [PATCH] Bun executable --- js/bun/executable.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 js/bun/executable.js diff --git a/js/bun/executable.js b/js/bun/executable.js new file mode 100644 index 0000000..202edc5 --- /dev/null +++ b/js/bun/executable.js @@ -0,0 +1,2 @@ +console.log('Hi!'); +