From bdea8bd79e9341a86e106c19876c0029aacc19a8 Mon Sep 17 00:00:00 2001 From: shwetha729 Date: Thu, 28 Sep 2023 00:54:35 -0400 Subject: [PATCH] Updated: Thursday, September 28,2023-09-28 00:54:34 --- .../Terminal Tips/Languages/1.About Languages.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 +``` +