summaryrefslogtreecommitdiffstats
path: root/FooBar.cs
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 20:31:21 +0200
committerBernhard Guillon <Bernhard.Guillon@begu.org>2026-06-30 20:31:21 +0200
commit2c74c8a08becb4cc12f3b7b280e46e9816a5dc21 (patch)
treeb9745e3d838a04e52b6b245afb7b2f580ef8e74f /FooBar.cs
parentceaf6ef05eb50b84c5de159a71e5869e2ac38f85 (diff)
downloadcsharp-cmake-2c74c8a08becb4cc12f3b7b280e46e9816a5dc21.tar.gz
csharp-cmake-2c74c8a08becb4cc12f3b7b280e46e9816a5dc21.zip
Reorganize into hello/ and foobar/ subdirectories
Diffstat (limited to 'FooBar.cs')
-rw-r--r--FooBar.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/FooBar.cs b/FooBar.cs
deleted file mode 100644
index 1ccbe3b..0000000
--- a/FooBar.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-using System;
-
-public class FooBar
-{
- public static void Print()
- {
- Console.WriteLine("FooBar");
- Console.WriteLine("FooBar");
- }
-}