remove new line

This commit is contained in:
TSUJI Taktuto 2018-12-10 19:01:58 +09:00 committed by GitHub
parent 8249a491b4
commit 0acad68667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
e.pde
View File

@ -1,3 +1,3 @@
while(true) {
println("e");
print("e");
}