浏览代码

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()

正在加载...
取消
保存