From acd497cf9139096c2887e5d9920afcc31b191fd9 Mon Sep 17 00:00:00 2001 From: Redume Date: Fri, 2 Aug 2024 21:48:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B2=D0=B8=D0=BB=20module=20expor?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collect-currency/main.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/collect-currency/main.js b/collect-currency/main.js index 8511969..62f8419 100644 --- a/collect-currency/main.js +++ b/collect-currency/main.js @@ -16,4 +16,6 @@ async function main() { }); } -main(); \ No newline at end of file +main(); + +module.exports = {main}; \ No newline at end of file