This website works better with JavaScript
홈
탐색
도움말
로그인
ApisNecros
/
AdventOfCode-js-2019
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
2a9ff23498
브랜치
태그
main
AdventOfCode-js...
/
IntComp
/
InputModes.js
InputModes.js
82 B
히스토리
Raw
1
2
3
4
module.exports = {
INPUT_FROM_CONSOLE: 0,
INPUT_FROM_RUNTIME_STACK: 1,
};