non important commit

This commit is contained in:
maxstrb 2025-10-01 21:42:47 +02:00
parent f2d68d670e
commit 0a6f26ea9e
2 changed files with 4 additions and 5 deletions

View file

@ -51,6 +51,10 @@
exit 0
}
git init
git add .
git commit -m "Project setup"
print "You are all done"
exit 0