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:
ed0f059fff
Ramos
Etiquetas
main
AdventOfCode-js...
/
IntComp
/
ComputerParameterMode.js
ComputerParameterMode.js
61 B
Histórico
Em bruto
1
2
3
4
module.exports = {
POSITION_MODE: 0,
IMMEDIATE_MODE: 1,
};