From 938773d9cc062fd028f6560b1127a2ecd23f61c3 Mon Sep 17 00:00:00 2001 From: Zuhaitz Méndez Fernández de Aránguiz Date: Tue, 27 Jan 2026 01:22:42 +0000 Subject: Fixed constant hex/oct bug + Fixed some of the examples (work in progress) + added bootloader example (I will add some docs) --- src/repl/repl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/repl/repl.h') diff --git a/src/repl/repl.h b/src/repl/repl.h index 2a49288..3100bcd 100644 --- a/src/repl/repl.h +++ b/src/repl/repl.h @@ -4,7 +4,7 @@ /** * @brief Starts the Read-Eval-Print Loop (REPL). - * + * * @param self_path Path to the executable/ZC compiler itself. */ void run_repl(const char *self_path); -- cgit v1.2.3