diff --git a/index.js b/index.js index fd6ef49..905aef3 100644 --- a/index.js +++ b/index.js @@ -1,2 +1,6 @@ // this is a foo export const foo = 'testing'; + +function saySay() { + console.log(foo); +}