927 B
927 B
mydata |
---|
123 |
Заголовок 1
Заголовок 2
Заголовок 6
- ненумерованный список, элемент 1
- элемент 2
- element 3
- раз
- два
- три
- Done
- Todo
- Won't fix
Warning
Some important quote
text text text inline code
text text text
#[tokio::main]
async fn main() -> std::io::Result<()> {
let cfg = tokio::fs::read_to_string("config.txt");
let cfg: Vec<std::borrow::Cow<str>> = cfg.split(';').collect();
println!(cfg.first().unwrap_or("hello".into()));
Ok(())
}
Link to example, image .
Lorem ipsum
dolor sit amet
consectuer что-то там.1
Title | Price | Quantity | Cost |
---|---|---|---|
Abcde | 115.23 | 0.100 | 11.52 |
Qwert | 221.00 | 1 | 221.00 |
Hello W
orld
-
def ↩︎