This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
ApisNecros
/
AdventOfCode-js-2019
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
2a9ff23498
Ramas
Etiquetas
main
AdventOfCode-js...
/
IntComp
/
InputModes.js
InputModes.js
82 B
Histórico
Raw
1
2
3
4
module.exports = {
INPUT_FROM_CONSOLE: 0,
INPUT_FROM_RUNTIME_STACK: 1,
};