We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad000c commit 3db058cCopy full SHA for 3db058c
1 file changed
ctru-rs/examples/hello-world.rs
@@ -16,7 +16,7 @@ fn main() {
16
let _console = Console::new(gfx.top_screen.borrow_mut());
17
18
// Snazzy message created via `ferris_says`.
19
- let out = b"Hello fellow Rustaceans, I'm on the Nintendo 3DS!";
+ let out = "Hello fellow Rustaceans, I'm on the Nintendo 3DS!";
20
let width = 24;
21
22
let mut writer = BufWriter::new(Vec::new());
0 commit comments