Create e.nice

This commit is contained in:
Michael Rittmeister 2018-12-08 22:08:04 +01:00 committed by GitHub
parent ab9df63727
commit e1b3be70ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
e.nice Normal file
View File

@ -0,0 +1,7 @@
package e;
class E {
public E() {
System.out.println("e");
}
}