Logo
Explore Help
Sign In
trianta/rustlings
1
0
Fork 0
You've already forked rustlings
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
8f8a85303b60f111a4605a5bc77259b89c81c2f7
rustlings/exercises/variables/variables3.rs
T

12 lines
252 B
Rust
Raw Normal View History

Added filename to top of .rs files
2018-02-21 22:09:53 -08:00
// variables3.rs
feat: Refactor hint system Hints are now accessible using the CLI subcommand `rustlings hint <exercise name`. BREAKING CHANGE: This fundamentally changes the way people interact with exercises.
2019-11-11 16:51:38 +01:00
// Make me compile! Execute the command `rustlings hint variables3` if you want a hint :)
Add some exercises about variables!
2015-09-16 20:19:24 -04:00
feat: improve `watch` execution mode The `watch` command now requires user action to move to the next exercise. BREAKING CHANGE: this changes the behavior of `watch`.
2019-11-11 13:38:24 +01:00
// I AM NOT DONE
Add some exercises about variables!
2015-09-16 20:19:24 -04:00
fn main() {
let x = 3;
println!("Number {}", x);
fix: confine the user further in variable exercises We want to teach a specific lesson. To ensure that we do, let's try to provide more clarity on what the user should not do.
2020-05-25 03:09:11 -05:00
x = 5; // don't change this line
Add some exercises about variables!
2015-09-16 20:19:24 -04:00
println!("Number {}", x);
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.26.0+dev-582-gc453d09c36 Page: 35ms Template: 2ms
unavailable
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API