summaryrefslogtreecommitdiffstats
path: root/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Program.cs')
-rw-r--r--Program.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Program.cs b/Program.cs
index 5dd49a9..33e286c 100644
--- a/Program.cs
+++ b/Program.cs
@@ -5,5 +5,6 @@ class Program
static void Main()
{
Console.WriteLine("Hello, CMake + C#!");
+ FooBar.Print();
}
}