From 3b05b33ff30b49ab0a3c4500d9d11c700bdc1a02 Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Tue, 30 Jun 2026 22:21:31 +0200 Subject: Add Third project: two-file executable with globbing for *.cs via CONFIGURE_DEPENDS --- third/Program.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 third/Program.cs (limited to 'third/Program.cs') diff --git a/third/Program.cs b/third/Program.cs new file mode 100644 index 0000000..1afea0d --- /dev/null +++ b/third/Program.cs @@ -0,0 +1,10 @@ +using System; + +class Program +{ + static void Main() + { + Console.WriteLine("Third Project"); + Third.Other.Haiku(); + } +} -- cgit v1.2.3