summaryrefslogtreecommitdiffstats
path: root/Program.cs
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 20:29:11 +0200
committerBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 20:29:11 +0200
commitceaf6ef05eb50b84c5de159a71e5869e2ac38f85 (patch)
treedd72cc6240825eb5e39dc4b0ac2cc58867f3ecc9 /Program.cs
parent5ec50e41ea76d26bac1686672a8cff2248465f98 (diff)
downloadcsharp-cmake-ceaf6ef05eb50b84c5de159a71e5869e2ac38f85.tar.gz
csharp-cmake-ceaf6ef05eb50b84c5de159a71e5869e2ac38f85.zip
Add FooBar library with CMake build integration
Diffstat (limited to 'Program.cs')
-rw-r--r--Program.cs1
1 files changed, 1 insertions, 0 deletions
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();
}
}