From 35cd476899d9dc3649e3ab54ee60fa2660652ed0 Mon Sep 17 00:00:00 2001 From: Daniele Scasciafratte Date: Thu, 11 Jul 2024 10:35:35 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5a470121..b9651489 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -110,7 +110,10 @@ echo "Hello World"
Let's start! -Let's create a `src/modules/builtin/builtin.rs` file with the following content: + +Create a `src/modules/builtin/builtin.rs` file with the following content: + + ```rs // This is the prelude that imports all necessary stuff of Heraclitus framework for parsing the syntax use heraclitus_compiler::prelude::*;