Demo Commit

master
leonard 2021-07-17 19:44:13 +02:00
parent 93e5fb2d8d
commit 2bfe278b5d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ namespace test
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
Console.WriteLine("Hello Git!");
}
}
}