class Roman extends BestDeveloper{
public static void main(String... args){
Roman roman = new BestDeveloper();
System.out.println(roman.describeYourself());
}
}
Executing pre-compile tasks...
Executing post-compile tasks...
Hello, I'm Roman, a Java developer from Russia since 2020. I'm currently interested in developing backend applications using new and interesting librries and frameworks.
My Github: https://github.com/InvitingFir
Process finished with exit code 0