diff --git a/enter/Coding Tips (Classical)/Terminal Tips/Languages/1.About Languages.md b/enter/Coding Tips (Classical)/Terminal Tips/Languages/1.About Languages.md index ee0e156..ad0a097 100644 --- a/enter/Coding Tips (Classical)/Terminal Tips/Languages/1.About Languages.md +++ b/enter/Coding Tips (Classical)/Terminal Tips/Languages/1.About Languages.md @@ -22,3 +22,10 @@ Remember that the best way to learn is just by **doing**! :) Rust is meant to a systems language aimed to replace C and C++. I have not really played around with it too much myself but the creator of Rust, Graydon Hoare, posts regularly and I think his [blog](https://graydon2.dreamwidth.org/253769.html) and writings are pretty neat. + +P.S. The ultimate [cheat](https://github.com/chubin/cheat.sh) sheet does exist right inside your terminal: + +``` +curl -s https://cht.sh/:cht.sh | sudo tee /usr/local/bin/cht.sh && sudo chmod +x /usr/local/bin/cht.sh +``` +