From a36f425491aaf019243a31179e80cb10ea62db59 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Mon, 21 Jun 2021 20:05:08 -0400 Subject: (mkosarek) Transpiling code snippets in a shotty way, but it is good enough --- transpiler/replacer.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 transpiler/replacer.h (limited to 'transpiler/replacer.h') diff --git a/transpiler/replacer.h b/transpiler/replacer.h new file mode 100644 index 0000000..f795bca --- /dev/null +++ b/transpiler/replacer.h @@ -0,0 +1,3 @@ +#include + +std::string insertCodeSnippets(char* workingDirectory, char* bodyContent); -- cgit v1.2.1