add a random file to test ruff

This commit is contained in:
春河晴
2025-06-10 18:23:51 +09:00
parent edecfc9a7f
commit a10cc9f485

11
src/test.py Normal file
View File

@@ -0,0 +1,11 @@
def foo():
pass
def main():
a=1
print(2)
if __name__ == "__main__":
main()
import os
print(os.getcwd())