summaryrefslogtreecommitdiff
path: root/exercises/00_intro/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/00_intro/README.md')
-rw-r--r--exercises/00_intro/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/exercises/00_intro/README.md b/exercises/00_intro/README.md
new file mode 100644
index 0000000..d32e4a8
--- /dev/null
+++ b/exercises/00_intro/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)