include using statements
(for increased readability, obviously.)
This commit is contained in:
parent
fb479d3646
commit
26d2189162
9
e.cs
9
e.cs
|
|
@ -1,16 +1,17 @@
|
||||||
using System;
|
using Eeeeeee = System.Console;
|
||||||
|
using eeee = System.Boolean;
|
||||||
|
|
||||||
namespace e
|
namespace e
|
||||||
{
|
{
|
||||||
class E
|
class E
|
||||||
{
|
{
|
||||||
const bool e = true;
|
const eeee e = true;
|
||||||
|
|
||||||
static void Main(string[] args)
|
static void Main(string[] eeee)
|
||||||
{
|
{
|
||||||
while (e)
|
while (e)
|
||||||
{
|
{
|
||||||
Console.Write('e');
|
Eeeeeee.Write('e');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue