This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
ApisNecros
/
AdventOfCode-js-2019
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
ed0f059fff
Ramas
Etiquetas
main
AdventOfCode-js...
/
IntComp
/
ComputerParameterMode.js
ComputerParameterMode.js
61 B
Histórico
Raw
1
2
3
4
module.exports = {
POSITION_MODE: 0,
IMMEDIATE_MODE: 1,
};