Initial Commit

This commit is contained in:
amizing25
2025-12-30 08:05:15 +07:00
commit a6cb0a3502
9 changed files with 358 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"editor.formatOnSave": true,
"editor.tabSize": 4,
"rust-analyzer.check.command": "clippy",
}