Funky chars
This commit is contained in:
parent
2bab273949
commit
bc52088b05
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3,5 +3,5 @@
|
||||||
version = 3
|
version = 3
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "learnrust"
|
name = "lriamol"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
/// a doc comment - use `cargo doc --open` to see it?
|
/// a doc comment - use `cargo doc --open` to see it?
|
||||||
fn main() {
|
fn main() {
|
||||||
println!("Hello, world!");
|
let c: char = '\u{D1EA}';
|
||||||
|
println!("Hello, world! {c}");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// if I were to write a webapp, I would like to avoid postgres
|
||||||
|
// not because postgres is bad, but I want to tinker with embeddable DBs such
|
||||||
|
// as RocksDB
|
||||||
|
|
Loading…
Reference in a new issue