Skip to content

Commit

Permalink
chore: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Saganic committed Mar 20, 2023
1 parent 2be6402 commit 2439fda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// types working
// main.ts
import fs from "fs"

// log the contents of package.json
console.log('Working', fs.readFileSync('package.json', 'utf8'))

0 comments on commit 2439fda

Please sign in to comment.