From 58e692a890ff7b9bc5bf4d58f14370ffc1be88b2 Mon Sep 17 00:00:00 2001
From: MohammadHoseinPaymard <talacemi@gmail.com>
Date: Mon, 26 May 2025 14:19:35 +0330
Subject: [PATCH] update index.js

---
 index.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/index.js b/index.js
index e69de29..d3b0dbd 100644
--- a/index.js
+++ b/index.js
@@ -0,0 +1,5 @@
+const path = require('path');
+
+// const {} = require(path.join(".."));
+
+console.log(path.join(".."))
\ No newline at end of file