From abdbc463eaebedba26bbfaead28df2acf3958253 Mon Sep 17 00:00:00 2001 From: Ian Date: Tue, 28 Nov 2023 14:31:55 -0600 Subject: [PATCH] feat: log "f" --- packages/pack-c/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/pack-c/app.js b/packages/pack-c/app.js index 91ee3bc..2610ed8 100644 --- a/packages/pack-c/app.js +++ b/packages/pack-c/app.js @@ -2,4 +2,5 @@ console.log('hello from pack-c'); console.log('...hello once more'); const c = 'a'; const d = 'd'; -const e = 'e'; \ No newline at end of file +const e = 'e'; +const f = 'f'; \ No newline at end of file