From 031685832d8267acc2fa46ea9732b8e95eb34463 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Tue, 25 Jun 2024 15:06:46 +0200 Subject: Add history --- src/repl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/repl.c b/src/repl.c index f97af6c..85d227f 100644 --- a/src/repl.c +++ b/src/repl.c @@ -6,7 +6,7 @@ /* By: dkaiser