From ffa09db5138dea853c910a0307fe5063511abb9f Mon Sep 17 00:00:00 2001 From: Fabrice Date: Sun, 1 Mar 2026 22:03:55 +0100 Subject: fixing type errors working on strings --- src/source.cc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/source.cc (limited to 'src/source.cc') diff --git a/src/source.cc b/src/source.cc new file mode 100644 index 0000000..df3a90e --- /dev/null +++ b/src/source.cc @@ -0,0 +1,8 @@ +#ifndef SOURCE_CC +#define SOURCE_CC + +struct Source { + +}; + +#endif -- cgit v1.2.3