This commit is contained in:
郭鸿轩 2023-05-12 11:26:31 +08:00
commit de17a49ddb
3 changed files with 5 additions and 0 deletions

2
dir/test1.ts Normal file
View File

@ -0,0 +1,2 @@
const b = 1
console.log(b)

1
readmd.md Normal file
View File

@ -0,0 +1 @@
asdfasdfasdfasdf

2
test.js Normal file
View File

@ -0,0 +1,2 @@
var a = 1
console.log(a)