Skip to content
Snippets Groups Projects
Commit 0bb6a8cd authored by seilenthalma100744's avatar seilenthalma100744
Browse files

Replace Program.cs as a Test

parent eda33dfa
No related branches found
No related tags found
No related merge requests found
using System;
namespace Program
{
class Program
{
static void Main()
{
}
}
using System;
namespace Program
{
class Program
{
static void Main()
{
Console.WriteLine("Test");
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment