Skip to content

Commit

Permalink
Add historical reference to the Rust 1.0 release. (google#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
gendx authored and NoahDragon committed Jul 11, 2023
1 parent 0220bb3 commit 01a7daf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/welcome-day-1/what-is-rust.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# What is Rust?

Rust is a new programming language which had its 1.0 release in 2015:
Rust is a new programming language which had its [1.0 release in 2015][1]:

* Rust is a statically compiled language in a similar role as C++
* `rustc` uses LLVM as its backend.
Expand All @@ -27,3 +27,5 @@ Rust fits in the same area as C++:
* Focuses on reliability and safety without sacrificing performance.

</details>

[1]: https://blog.rust-lang.org/2015/05/15/Rust-1.0.html

0 comments on commit 01a7daf

Please sign in to comment.