Skip to content

Commit 33a1029

Browse files
authored
Merge pull request #1 from MonashDeepNeuron/chapter-3-oraqlle
New Beginnnings (chapter 3)
2 parents 7115152 + 2f7c0f1 commit 33a1029

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

src/SUMMARY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
- [Chapter 1](./chapter_1.md)
44
- [Chapter 2](./chapter_2.md)
55
- [Chapter 2.1](./subdir/chapter_2_1.md)
6+
- [New Beginnings](./chapter3/new_beginnings.md)
7+

src/chapter3/new_beginnings.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# New Beginnings
2+
3+
Welcoming to the beginning.
4+
5+
```rust
6+
println!("Hello, {}\n", "world");
7+
```
8+

0 commit comments

Comments
 (0)