Skip to content

Commit 26d2189

Browse files
authoredDec 11, 2018
include using statements
(for increased readability, obviously.)

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎e.cs

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
using System;
1+
using Eeeeeee = System.Console;
2+
using eeee = System.Boolean;
23

34
namespace e
45
{
56
class E
67
{
7-
const bool e = true;
8+
const eeee e = true;
89

9-
static void Main(string[] args)
10+
static void Main(string[] eeee)
1011
{
1112
while (e)
1213
{
13-
Console.Write('e');
14+
Eeeeeee.Write('e');
1415
}
1516
}
1617
}

0 commit comments

Comments
 (0)
Please sign in to comment.