From fafd290ed990aa2bef34b44fe373175eb6133093 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Thu, 13 Apr 2023 17:04:05 -0400 Subject: brainfucked --- src/interpreter.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/interpreter.h (limited to 'src/interpreter.h') diff --git a/src/interpreter.h b/src/interpreter.h new file mode 100644 index 0000000..b7c3e2a --- /dev/null +++ b/src/interpreter.h @@ -0,0 +1,5 @@ +#pragma once + +#include "program.h" + +void run_program(Program* program); -- cgit v1.2.3-freya