commit: ae0ee330d7dc32975b0ffc490ac87c2dcc14b784
parent 9553cbd22d789d126f34a1eff8e59e6c57fe740d
Author: iliana weller <ilianaw@buttslol.net>
Date: Fri, 7 Dec 2018 20:29:47 -0800
Eeeee EE #101 eeee dr1ft2/eeeeeeeeeeeeeeeeeeeeeeee
eeeeeeee eeeeeeeeeeee
Diffstat:
5 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/e.cs b/e.cs
@@ -0,0 +1,12 @@
+using System;
+
+namespace e
+{
+ class E
+ {
+ static void Main(string[] args)
+ {
+ Console.WriteLine('e');
+ }
+ }
+}
diff --git a/e.html b/e.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <script>console.log('e');</script>
+</head>
+
+<body>
+ <h1>e</h1>
+</body>
+
+</html>+
\ No newline at end of file
diff --git a/e.json b/e.json
@@ -0,0 +1,3 @@
+{
+ "e": "e"
+}+
\ No newline at end of file
diff --git a/e.sh b/e.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+echo e+
\ No newline at end of file
diff --git a/e.txt b/e.txt
@@ -0,0 +1 @@
+e+
\ No newline at end of file