diff --git a/exercises/match/README.md b/exercises/match/README.md new file mode 100644 index 00000000..d32e4a8b --- /dev/null +++ b/exercises/match/README.md @@ -0,0 +1,8 @@ +# Intro + +Rust uses the `print!` and `println!` macros to print text to the console. + +## Further information + +- [Hello World](https://doc.rust-lang.org/rust-by-example/hello.html) +- [Formatted print](https://doc.rust-lang.org/rust-by-example/hello/print.html)