Add EH code.

This commit is contained in:
NerdNumber9
2017-01-02 18:02:10 -05:00
parent a7192e866f
commit caa1e1ef09
32 changed files with 1363 additions and 29 deletions
@@ -0,0 +1,3 @@
package exh
operator fun StringBuilder.plusAssign(other: String) { append(other) }