This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
ApisNecros
/
AdventOfCode-js-2019
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
2a9ff23498
Ramos
Etiquetas
main
AdventOfCode-js...
/
IntComp
/
InputModes.js
InputModes.js
82 B
Histórico
Em bruto
1
2
3
4
module.exports = {
INPUT_FROM_CONSOLE: 0,
INPUT_FROM_RUNTIME_STACK: 1,
};