This website works better with JavaScript
홈
탐색
도움말
로그인
LInE
/
www-ivprog
Watch
4
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
b1b45d0983
브랜치
태그
manual_en
master
vueSite
www-ivprog
/
ivprogh
/
js
/
io
/
input.js
input.js
99 B
히스토리
Raw
1
2
3
4
5
6
export class Input {
requestInput (callback) {
throw new Error("Must be implemented");
}
}