13 lines
241 B
C#
13 lines
241 B
C#
namespace Chefs
|
|
{
|
|
internal class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Console.WriteLine("Hello, Alla!");
|
|
Console.WriteLine("Hello, NEIN NEIN NEIN!");
|
|
}
|
|
//Test
|
|
}
|
|
}
|