Funky chars

This commit is contained in:
Daniel Flanagan 2023-10-27 10:18:47 -05:00
parent 2bab273949
commit bc52088b05
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
2 changed files with 7 additions and 2 deletions

2
Cargo.lock generated
View file

@ -3,5 +3,5 @@
version = 3
[[package]]
name = "learnrust"
name = "lriamol"
version = "0.1.0"

View file

@ -1,4 +1,9 @@
/// a doc comment - use `cargo doc --open` to see it?
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