This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
ApisNecros
/
AdventOfCode-js-2019
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
2a9ff23498
Rami (Branch)
Tag
main
AdventOfCode-js...
/
IntComp
/
InputModes.js
InputModes.js
82 B
Cronologia
Originale
1
2
3
4
module.exports = {
INPUT_FROM_CONSOLE: 0,
INPUT_FROM_RUNTIME_STACK: 1,
};