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 --- foobar/FooBar.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 foobar/FooBar.cs (limited to 'foobar/FooBar.cs') diff --git a/foobar/FooBar.cs b/foobar/FooBar.cs new file mode 100644 index 0000000..fea9685 --- /dev/null +++ b/foobar/FooBar.cs @@ -0,0 +1,9 @@ +using System; + +public class FooBar +{ + public static void Print() + { + Console.WriteLine("FooBar"); + } +} -- cgit v1.2.3