Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 400018a

Browse files
committed
add main app file
1 parent 4368889 commit 400018a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

most-frequent-words/src/app.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const { join } = require('path')
2+
3+
const subtitlesPath = join(__dirname, '..', 'assets', 'subtitles')
4+
5+
console.log(subtitlesPath)

0 commit comments

Comments
 (0)