From 2c74c8a08becb4cc12f3b7b280e46e9816a5dc21 Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Tue, 30 Jun 2026 20:31:21 +0200 Subject: Reorganize into hello/ and foobar/ subdirectories --- hello/Program.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hello/Program.cs (limited to 'hello/Program.cs') diff --git a/hello/Program.cs b/hello/Program.cs new file mode 100644 index 0000000..33e286c --- /dev/null +++ b/hello/Program.cs @@ -0,0 +1,10 @@ +using System; + +class Program +{ + static void Main() + { + Console.WriteLine("Hello, CMake + C#!"); + FooBar.Print(); + } +} -- cgit v1.2.3