This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
ApisNecros
/
AdventOfCode-js-2019
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
2a9ff23498
Branches
Tags
main
AdventOfCode-js...
/
IntComp
/
InputModes.js
InputModes.js
82 B
Historique
Raw
1
2
3
4
module.exports = {
INPUT_FROM_CONSOLE: 0,
INPUT_FROM_RUNTIME_STACK: 1,
};