From ceaf6ef05eb50b84c5de159a71e5869e2ac38f85 Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Tue, 30 Jun 2026 20:29:11 +0200 Subject: Add FooBar library with CMake build integration --- FooBar.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 FooBar.cs (limited to 'FooBar.cs') diff --git a/FooBar.cs b/FooBar.cs new file mode 100644 index 0000000..1ccbe3b --- /dev/null +++ b/FooBar.cs @@ -0,0 +1,10 @@ +using System; + +public class FooBar +{ + public static void Print() + { + Console.WriteLine("FooBar"); + Console.WriteLine("FooBar"); + } +} -- cgit v1.2.3