test
This commit is contained in:
parent
99184b7312
commit
2f601733a0
|
@ -10,6 +10,10 @@ internal class Program
|
|||
var number = GetNumber();
|
||||
}
|
||||
|
||||
static Main2(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
|
||||
static int GetNumber()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue