Update e.swift

This commit is contained in:
Tommy Lin 2018-12-09 00:08:34 +08:00 committed by GitHub
parent 2624773be5
commit ab7ac7b060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,3 @@
let e = "e"
print(e)
while true {
print("e")
}