This commit is contained in:
Ehren Lillies 2018-12-10 03:28:37 +00:00 committed by GitHub
commit d21e7d62fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

63
e.cs
View File

@ -1,12 +1,71 @@
using System;
using System.Diagnostics;
namespace e
{
class E
class EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
{
static void Main(string[] args)
{
Console.WriteLine('e');
while ('e'.ToString().Trim().ToString().ToUpperInvariant() == "E".ToUpperInvariant().Trim())
{
var e = E.EE("E");
}
}
}
public class E
{
private const char _e = 'E';
private E(char e)
{
try
{
if (!(e == 'e' || e == 'E'))
{
throw new EException();
}
var EeEeE = new Random();
if (EeEeE.Next('E', 'e') == 'E')
{
Console.WriteLine("E");
}
else
{
Console.Write("E");
}
}
catch (EException ee)
{
Debug.WriteLine("EEEE");
}
}
public static char EEE => _e;
public static E EE(string e)
{
if ((char)e[0] == EEE)
{
return new E('E');
}
else
{
throw new EException();
}
}
}
public class EException : Exception
{
public EException()
{
throw new Exception(
"EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE");
}
}
}