This website works better with JavaScript
Home
Explore
Help
Sign In
ApisNecros
/
AdventOfCode-js-2019
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
2a9ff23498
Branches
Tags
main
AdventOfCode-js...
/
IntComp
/
InputModes.js
InputModes.js
82 B
History
Raw
1
2
3
4
module.exports = {
INPUT_FROM_CONSOLE: 0,
INPUT_FROM_RUNTIME_STACK: 1,
};