remove unused file

This commit is contained in:
lixianjing 2023-10-30 07:42:31 +08:00
parent 8c43fa6b88
commit 7160b4de82
2 changed files with 0 additions and 10 deletions

View File

@ -1,7 +0,0 @@
function foo(a, b) {
return a + b
}
function bar(a, b) {
return a - b
}

View File

@ -1,3 +0,0 @@
var m = require('foobar.fs')
print(m.foo(100, 99))
print(m.bar(100, 99))