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 --- Program.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Program.cs') diff --git a/Program.cs b/Program.cs index 5dd49a9..33e286c 100644 --- a/Program.cs +++ b/Program.cs @@ -5,5 +5,6 @@ class Program static void Main() { Console.WriteLine("Hello, CMake + C#!"); + FooBar.Print(); } } -- cgit v1.2.3