Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create practice folder #2166

Merged
merged 3 commits into from Mar 12, 2024
Merged

Create practice folder #2166

merged 3 commits into from Mar 12, 2024

Conversation

cuihtlauac
Copy link
Collaborator

@cuihtlauac cuihtlauac commented Mar 12, 2024

Each exercise is turned into a small package, with its test cases.
Two implementations are provided in each:

  • answer/impl.ml is the answer to the exercise
  • work/impl.ml is meant to be replaced by the learner's code

Use dune build --root ., dune test --root . answer and dune test --root . work to build
each package, test answers and test learner's work.

This PR only contains the two first exercises. Others are meant to be added in subsequent PRs

Cuihtlauac ALVARADO added 3 commits March 12, 2024 16:16
Each exercice is turned into a small package, with its tests cases.
Two implementation are provided in each:
- `answer/impl.ml` is the answer to the exercise
- `work/impl.ml` is mean to be replaced by the learner's code

Use `dune build`, `dune test answer` and `dune test work` to build
each package, test answers and test learner's work.
@cuihtlauac cuihtlauac merged commit e0633bd into main Mar 12, 2024
3 checks passed
@cuihtlauac cuihtlauac deleted the practice branch March 12, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant