> For the complete documentation index, see [llms.txt](https://42-guide.gitbook.io/42-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://42-guide.gitbook.io/42-guide/useful-tools-at-42/moulinette.md).

# Moulinette

The **Mini Moulinette** is an automated testing tool used at 42 School to evaluate students' code submissions for exercises. It runs a series of predefined tests to check if the code meets the given requirements, such as correct functionality, output, and adherence to rules (e.g., no forbidden functions).

#### Useful Sides:

* **Instant Feedback:** Provides immediate results on code correctness.
* **Automated Testing:** Ensures code works as expected with predefined test cases.
* **Prepares for Final Evaluation:** Helps prepare students for the full Moulinette testing in final projects.
* **No Human Bias:** Offers consistent, objective grading based on test outcomes.\
  \
  For me it helped a lot, but if you can create your own, do not be lazy do it. \
  \
  [Mini Moulinette](https://github.com/k11q/mini-moulinette)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://42-guide.gitbook.io/42-guide/useful-tools-at-42/moulinette.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
