From b5a406164cbc0b302b6029aed571548bdf36508f Mon Sep 17 00:00:00 2001 From: Upendra Reddy Date: Sat, 27 Jun 2026 13:30:08 +0000 Subject: [PATCH] Add SNIPPET.md --- SNIPPET.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 SNIPPET.md diff --git a/SNIPPET.md b/SNIPPET.md new file mode 100644 index 0000000..2cd587d --- /dev/null +++ b/SNIPPET.md @@ -0,0 +1,5 @@ +# SNIPPET.md + +```javascript +console.log(`hi ${name}`); +```