diff options
| author | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-06-30 20:31:21 +0200 |
|---|---|---|
| committer | Bernhard Guillon <Bernhard.Guillon@begu.org> | 2026-06-30 20:31:21 +0200 |
| commit | 2c74c8a08becb4cc12f3b7b280e46e9816a5dc21 (patch) | |
| tree | b9745e3d838a04e52b6b245afb7b2f580ef8e74f /Program.cs | |
| parent | ceaf6ef05eb50b84c5de159a71e5869e2ac38f85 (diff) | |
| download | csharp-cmake-2c74c8a08becb4cc12f3b7b280e46e9816a5dc21.tar.gz csharp-cmake-2c74c8a08becb4cc12f3b7b280e46e9816a5dc21.zip | |
Reorganize into hello/ and foobar/ subdirectories
Diffstat (limited to 'Program.cs')
| -rw-r--r-- | Program.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Program.cs b/Program.cs deleted file mode 100644 index 33e286c..0000000 --- a/Program.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System; - -class Program -{ - static void Main() - { - Console.WriteLine("Hello, CMake + C#!"); - FooBar.Print(); - } -} |
