// About Me
public class RomanManzhelii {
private String passion = "software development";
private String belief = "Every great piece of software starts with a problem waiting to be solved.";
private String[] fuel = {"curiosity", "relentless desire to turn ideas into reality"};
private String[] currentActivities = {
"diving into tech blogs",
"experimenting with new technologies",
"brainstorming next big idea"
};
private String invitation = "Let's connect and build something amazing together!";
public void checkOut() {
System.out.println("Feel free to check out my repositories and see what I'm working on.");
System.out.println("Whether it's debugging code or exploring new tech trends,
I'm always up for a challenge and a good laugh.");
}
public static void main(String[] args) {
RomanManzhelii roman = new RomanManzhelii();
System.out.println(roman.invitation);
roman.checkOut();
}
}
"Code is like humor. When you have to explain it, itβs bad." - Cory House
-
Dundalk Institute of Technology
- Dundalk, County Louth, Ireland
- in/roman-manzhelii
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


