Skip to content

Commit 3db058c

Browse files
committed
Update examples to work with latest edition
1 parent 6ad000c commit 3db058c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ctru-rs/examples/hello-world.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fn main() {
1616
let _console = Console::new(gfx.top_screen.borrow_mut());
1717

1818
// Snazzy message created via `ferris_says`.
19-
let out = b"Hello fellow Rustaceans, I'm on the Nintendo 3DS!";
19+
let out = "Hello fellow Rustaceans, I'm on the Nintendo 3DS!";
2020
let width = 24;
2121

2222
let mut writer = BufWriter::new(Vec::new());

0 commit comments

Comments
 (0)