This commit is contained in:
anonymousGiga
2023-05-16 09:50:54 +08:00
commit 4dda4f506c
4 changed files with 11 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
book

6
book.toml Normal file
View File

@@ -0,0 +1,6 @@
[book]
authors = ["anonymousGiga"]
language = "en"
multilingual = false
src = "src"
title = "LearnRustEasy"

3
src/SUMMARY.md Normal file
View File

@@ -0,0 +1,3 @@
# Summary
- [Chapter 1](./chapter_1.md)

1
src/chapter_1.md Normal file
View File

@@ -0,0 +1 @@
# Chapter 1