From 55247a3f12a9eee7ba3fd7ca6d8fcea7a82c20f3 Mon Sep 17 00:00:00 2001 From: Zuhaitz Méndez Fernández de Aránguiz Date: Sun, 11 Jan 2026 15:11:00 +0000 Subject: Added src/ folder. Now I will add the rest. --- src/repl/repl.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/repl/repl.h (limited to 'src/repl/repl.h') diff --git a/src/repl/repl.h b/src/repl/repl.h new file mode 100644 index 0000000..f467b78 --- /dev/null +++ b/src/repl/repl.h @@ -0,0 +1,7 @@ + +#ifndef REPL_H +#define REPL_H + +void run_repl(const char *self_path); + +#endif -- cgit v1.2.3