This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
ApisNecros
/
AdventOfCode-js-2019
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
ed0f059fff
Ramuri
Etichete
main
AdventOfCode-js...
/
IntComp
/
ComputerParameterMode.js
ComputerParameterMode.js
61 B
Istoric
Crud
1
2
3
4
module.exports = {
POSITION_MODE: 0,
IMMEDIATE_MODE: 1,
};