Update README.md

This commit is contained in:
Filip-Nachov 2025-01-15 18:38:53 +01:00 committed by GitHub
parent 10534ee966
commit e0585d0510
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
- [Rust](#rust)
- [Scala](#scala)
- [Swift](#swift)
- [Zig]()
- [Additional resources](#additional-resources)
## C/C++:
@ -648,6 +649,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
- [Part 3](https://pwy.io/en/posts/learning-to-fly-pt3/)
- [Part 4](https://pwy.io/en/posts/learning-to-fly-pt4/)
- [Build a DNS server in rust](https://github.com/EmilHernvall/dnsguide/tree/master)
## Scala:
- [Simple actor-based blockchain](https://www.freecodecamp.org/news/how-to-build-a-simple-actor-based-blockchain-aac1e996c177/)