Add free resources from CodeCrafters (#11127)
* Add free resources from CodeCrafters * Fix linter errors * fix linter error - 2 * Remove (no account required) textpull/11134/head
parent
59f3bab094
commit
29ca065a06
|
@ -161,6 +161,7 @@
|
||||||
* [Go Tutorial](https://www.w3schools.com/go/) - W3Schools
|
* [Go Tutorial](https://www.w3schools.com/go/) - W3Schools
|
||||||
* [Learn Go](https://www.codecademy.com/learn/learn-go) - Google, Robert Griesemer, Rob Pike, and Ken Thompson (Codecademy) *(account required)*
|
* [Learn Go](https://www.codecademy.com/learn/learn-go) - Google, Robert Griesemer, Rob Pike, and Ken Thompson (Codecademy) *(account required)*
|
||||||
* [Start using Go](https://docs.microsoft.com/en-us/learn/paths/go-first-steps/) - Microsoft
|
* [Start using Go](https://docs.microsoft.com/en-us/learn/paths/go-first-steps/) - Microsoft
|
||||||
|
* [TCP Servers in Go](https://app.codecrafters.io/concepts/go-tcp-server) - CodeCrafters
|
||||||
* [The Go Tutorial](http://tour.golang.org)
|
* [The Go Tutorial](http://tour.golang.org)
|
||||||
|
|
||||||
|
|
||||||
|
@ -414,8 +415,10 @@
|
||||||
### Rust
|
### Rust
|
||||||
|
|
||||||
* [Rust-101](https://www.ralfj.de/projects/rust-101/main.html) - ralfj.de
|
* [Rust-101](https://www.ralfj.de/projects/rust-101/main.html) - ralfj.de
|
||||||
|
* [Rust Primer](https://app.codecrafters.io/collections/rust-primer) - CodeCrafters
|
||||||
* [Rust Quiz](https://dtolnay.github.io/rust-quiz)
|
* [Rust Quiz](https://dtolnay.github.io/rust-quiz)
|
||||||
* [Rustlings](https://github.com/rust-lang/rustlings)
|
* [Rustlings](https://github.com/rust-lang/rustlings)
|
||||||
|
* [TCP Servers in Rust](https://app.codecrafters.io/concepts/rust-tcp-server) - CodeCrafters
|
||||||
|
|
||||||
|
|
||||||
### Scala
|
### Scala
|
||||||
|
|
Loading…
Reference in New Issue