This commit is contained in:
Kathode 2024-02-12 19:56:26 +11:00
parent c23ee60d1e
commit 64a6a28a1a

View File

@ -1,7 +1,7 @@
// variables6.rs // variables6.rs
// //
// Execute `rustlings hint variables6` or use the `hint` watch subcommand for a // Execute `rustlings hint variables6` or use the `hint` watch subcommand for a
// hint. // hint
const NUMBER:i8 = 3; const NUMBER:i8 = 3;