2023-02-13 08:56:23 +07:00
|
|
|
---
|
|
|
|
title: "First Post"
|
|
|
|
date: "2020.08.13"
|
2023-02-19 10:30:53 +07:00
|
|
|
last_update: "2020.08.13"
|
2023-02-13 08:56:23 +07:00
|
|
|
slug: "posts/first-post"
|
|
|
|
---
|
|
|
|
|
|
|
|
New blog
|
|
|
|
|
|
|
|
The old one looked sussy and it was difficult to read the content
|
|
|
|
|
|
|
|
This one look simple, 👍👍👍👍👍👍👍👍👍👍👍👍👍👍
|
|
|
|
|
|
|
|
the challenge is, how to make a good content
|
|
|
|
|
|
|
|
|
|
|
|
```rs
|
|
|
|
bubble_sort<T: Ord>(arr: &mut [T]) {
|
|
|
|
for i in 0..arr.len() {
|
|
|
|
for j in 0..arr.len() - 1 - i {
|
|
|
|
if arr[j] > arr [j + 1] {
|
|
|
|
arr.swap(j, j + 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
`mdx test`
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
![](../src/assets/images/mm_food_DOOM.png)
|