Skip to content

Commit d5e79bc

Browse files
authored
Add Playgrounds section to the README
1 parent b71c01d commit d5e79bc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ Com o objetivo de alcançar uma abrangência maior e encorajar novas pessoas a c
7373
| [Calculo do PI (Leibniz)][50] | C/C++ | Java | [Python](./src/python/calculate_pi.py) | [Go](./src/go/calculatepi/calculatepi.go) | Ruby | [JS](./src/javascript/calculate_pi.js) | Pascal | Swift | Rust |
7474
| Busca em Labirinto | C/C++ | Java | [Python](./src/python/busca_em_labirinto.py) | Go | Ruby | JS | Pascal | Swift | Rust |
7575

76+
## :ferris_wheel: Playgrounds
77+
78+
- **C++**: [cpp.sh][60]
79+
- **Go**: [play.golang.org][56]
80+
- **Swift**: [online.swiftplayground.run][57]
81+
- **Rust**: [play.rust-lang.org][58]
82+
- **Generic**: [code.sololearn.com][59]
83+
7684
## :dancers: Contribuindo
7785

7886
Fique à vontade para contribuir com o projeto, toda contribuição é bem vinda. :grin:
@@ -129,3 +137,8 @@ Se você tem dúvida de como contribuir, dê uma olhada no arquivo [CONTRIBUTING
129137
[53]: https://en.wikipedia.org/wiki/Timsort
130138
[54]: https://pt.wikipedia.org/wiki/Deque_(estruturas_de_dados)
131139
[55]: https://en.wikipedia.org/wiki/Interpolation_search
140+
[56]: https://play.golang.org
141+
[57]: http://online.swiftplayground.run
142+
[58]: https://play.rust-lang.org
143+
[59]: https://code.sololearn.com
144+
[60]: http://cpp.sh/

0 commit comments

Comments
 (0)