소스 검색

Remove experimental file

master
Dylan Baker 5 년 전
부모
커밋
e045a21b34
1개의 변경된 파일0개의 추가작업 그리고 17개의 파일을 삭제
  1. 0
    17
      repl.js

+ 0
- 17
repl.js 파일 보기

@@ -1,17 +0,0 @@
1
-const readline = require('readline')
2
-
3
-async function repl() {
4
-  let output
5
-
6
-  const rl = readline.createInterface({
7
-    input: process.stdin,
8
-    output: process.stdout,
9
-  })
10
-
11
-  rl.question('hello? ', line => {
12
-    console.log(`you said ${line}`)
13
-    rl.close()
14
-  })
15
-}
16
-
17
-repl()

Loading…
취소
저장