This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
ApisNecros
/
AdventOfCode-js-2019
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
2a9ff23498
Ramuri
Etichete
main
AdventOfCode-js...
/
IntComp
/
InputModes.js
InputModes.js
82 B
Istoric
Crud
1
2
3
4
module.exports = {
INPUT_FROM_CONSOLE: 0,
INPUT_FROM_RUNTIME_STACK: 1,
};