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
|
||||
|
||||
[[package]]
|
||||
name = "learnrust"
|
||||
name = "lriamol"
|
||||
version = "0.1.0"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue