first commit

This commit is contained in:
2025-12-16 17:47:24 +09:00
commit 2e3204d5df

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin http://192.168.10.243:3000/confirms/worker.git
git push -u origin master