Erste Version

This commit is contained in:
2026-04-04 15:09:32 +02:00
commit b8e8554464
12 changed files with 843 additions and 0 deletions

9
bottlesort/package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "bottlesort",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"test": "node --test"
}
}