no idea what i did

This commit is contained in:
QkoSad
2025-06-16 17:42:11 +03:00
parent 54da6e1bf5
commit 5a2b291bdd
10 changed files with 39 additions and 17 deletions
-3
View File
@@ -10,6 +10,3 @@ db.createUser({
});
db.createCollection("todos");
db.todos.insert({ text: "Write code", done: true });
db.todos.insert({ text: "Learn about containers", done: false });