Remove tmp test files

This commit is contained in:
Beibin Li 2023-09-19 16:34:12 -07:00
parent 5de2c84fb6
commit 7787c740b7
2 changed files with 0 additions and 3 deletions

View File

@ -1 +0,0 @@
print("hello world")

View File

@ -1,2 +0,0 @@
with open("tmp/codetest.py", "w") as f:
f.write("b=1")