diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 09ba53ed8..74e28ecec 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -40,6 +40,7 @@ * [Raspberry Pi](#raspberry-pi) * [Ruby](#ruby) * [Rust](#rust) +* [Scala](#scala) * [Shell Scripting](#shell-scripting) * [Solidity](#solidity) * [SpringBoot](#springboot) @@ -381,6 +382,12 @@ * [Rust Language Cheat Sheet](https://cheats.rs) (HTML) +### Scala + +* [Scala Cheat Sheet](https://warisradji.com/Scala-CheatSheet) - Waris RADJI (HTML) +* [Scala Cheatsheet](https://alvinalexander.com/downloads/scala/Scala-Cheat-Sheet-devdaily.pdf) - Alvin Alexander (PDF) + + ### Shell Scripting * [Bash Cheatsheet - CheatSheet.Wtf](https://www.cheatsheet.wtf/bash) - smokingcuke (HTML)