This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
ApisNecros
/
AdventOfCode-js-2019
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
ed0f059fff
Rami (Branch)
Tag
main
AdventOfCode-js...
/
IntComp
/
ComputerParameterMode.js
ComputerParameterMode.js
61 B
Cronologia
Originale
1
2
3
4
module.exports = {
POSITION_MODE: 0,
IMMEDIATE_MODE: 1,
};