mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-18 08:51:46 +03:00
4 lines
52 B
Plaintext
4 lines
52 B
Plaintext
|
fn main() {
|
||
|
let my_str = String::from("abc");
|
||
|
}
|