You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rustlings/exercises
liv 02ceb0ba8c fix test command execution
seems like i forgot that you actually need to run executables created
with `rustc --test`! this also reworks the "test1" exercise a bit

closes #108
5 years ago
..
error_handling Changed Rust Book versions in links to 2018 6 years ago
functions Renamed readme files properly 6 years ago
if redo the section readmes 6 years ago
macros redo the section readmes 6 years ago
modules thematically refactor modules2 6 years ago
move_semantics redo the section readmes 6 years ago
primitive_types redo the section readmes 6 years ago
standard_library_types Changed Rust Book versions in links to 2018 6 years ago
strings Renamed readme files properly 6 years ago
tests redo the section readmes 6 years ago
threads Changed Rust Book versions in links to 2018 6 years ago
variables redo the section readmes 6 years ago
test1.rs fix test command execution 5 years ago
test2.rs add tests; refactor exercise links 6 years ago
test3.rs add tests; refactor exercise links 6 years ago
test4.rs add tests; refactor exercise links 6 years ago