-
Official docs:
https://book.cairo-lang.org/ch02-02-data-types.html#the-boolean-type
---
Exercism Concepts docs:
https://exercism.org/docs/building/tracks/concepts
Use Python track's concepts…
-
https://exercism.org/tracks/gleam/exercises/erlang-extraction
In the exercise, it says
```plaintext
The function should take three arguments:
The GbTree to insert into.
The key to insert.
…
-
Official docs:
https://book.cairo-lang.org/ch06-01-enums.html
https://starknet-by-example.voyager.online/getting-started/cairo_cheatsheet/enums.html
---
Exercism Concepts docs:
https://exercis…
-
Hi everyone, i'm not easy with Lua but i've tried to run this command in my terminal like it's simply described in the readme exercice. I've searched for an anwser but i've found anything. Someone hav…
-
We hit an error trying to sync the latest commit (bb710768c9bdeaed28de304a77722a0eb2fd193b) to the website.
The error was:
```
object not found - no match for id (46d210cdbd5005fe3fe4bd7940320a25f93c…
-
```
def test_generate_all_robots
all_names_count = 26 * 26 * 1000
time_limit = Time.now + 60 # seconds
seen_names = Hash.new(0)
robots = []
while seen_names.size < all_name…
-
Official docs:
https://book.cairo-lang.org/ch02-02-data-types.html#string-types
---
Exercism Concepts docs:
https://exercism.org/docs/building/tracks/concepts
Use "Felt Type" as inspiration …
-
Hello 🙂
Over the last few months we've been transferring all our CI from Travis to [GitHub Actions (GHA)](https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions). We've found…
-
A Github Actions workflow should be added to verify that the tests pass. See https://github.com/exercism/prolog-test-runner/blob/main/.github/workflows/ci.yml for an example.
Linked to https://gith…
-
Official docs:
https://book.cairo-lang.org/ch02-02-data-types.html#felt-type
---
Exercism Concepts docs:
https://exercism.org/docs/building/tracks/concepts
Use Python track's concepts as ins…