add to init

This commit is contained in:
Besok 2019-10-19 16:23:39 +01:00
parent a204383f45
commit c3656109a7

View File

@ -0,0 +1,7 @@
package com.iluwatar.roleobject;
public class ApplicationRoleObject {
public static void main(String[] args) {
System.out.println("Role-object");
}
}