1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-09-18 19:53:15 -04:00
This commit is contained in:
mo8it 2024-06-21 18:29:00 +02:00
commit d768353806

View file

@ -1,5 +1,5 @@
// TODO: Fix the compiler erros. Don't change anything except adding or removing
// references (the character `&`).
// TODO: Fix the compiler errors without changing anything except adding or
// removing references (the character `&`).
fn main() {
let data = "Rust is great!".to_string();