diff --git a/GiteaTest/Program.cs b/GiteaTest/Program.cs new file mode 100644 index 0000000..3c319c3 --- /dev/null +++ b/GiteaTest/Program.cs @@ -0,0 +1,11 @@ +namespace GiteaTest +{ + internal class Program + { + static void Main(string[] args) + { + Console.WriteLine("Hello, World!"); + Console.WriteLine("bleh"); + } + } +} \ No newline at end of file