From 77dfc38c19b9602c08777686f626975c54cb9183 Mon Sep 17 00:00:00 2001 From: Ákos Kőrösi Date: Fri, 22 May 2026 11:06:44 +0200 Subject: split out front-to-back running logic --- src/config.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/config.h (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h new file mode 100644 index 0000000..31e8fa1 --- /dev/null +++ b/src/config.h @@ -0,0 +1,3 @@ +#pragma once + +static const char* rcfile = "scratch/.yrc"; -- cgit v1.2.3