Initial commit

This commit is contained in:
2025-01-29 01:25:06 +00:00
commit 4185bd18d5
4 changed files with 28 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# mdBook output
/book
# IDE/Editor specific
.vscode/
*.code-workspace
*.sublime-project
*.sublime-workspace
.idea/
# OS generated files
.DS_Store
Thumbs.db
# Rust build artifacts (if applicable)
target/
# Node.js modules (if applicable)
node_modules/
+5
View File
@@ -0,0 +1,5 @@
[book]
authors = []
language = "en"
multilingual = false
src = "src"
+3
View File
@@ -0,0 +1,3 @@
# Summary
- [Chapter 1](./chapter_1.md)
+1
View File
@@ -0,0 +1 @@
# Chapter 1