Created
June 1, 2020 12:53
-
-
Save nataliemarleny/4a706b40615d391ea9a3636d6f95b7b3 to your computer and use it in GitHub Desktop.
Read input text file for completing algos (Node.js)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const fs = require('fs'); | |
const input = fs.readFileSync(0).toString(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
converts a string into an array of numbers