public class BrunoMagno {
private String name = "Bruno Magno";
private int age = 20;
private String location = "Pernambuco, Brazil";
private List<String> interests = Arrays.asList("Web Development", "Android Development", "Backend Applications");
public BrunoMagno() {}
public void describe() {
System.out.println("👋 Hi there! I'm " + name + ".");
System.out.println("🎂 I'm " + age + " years old and currently living in " + location + ".");
System.out.println("💻 I’m a Software Developer passionate about " + String.join(", ", interests) + ".");
System.out.println("📚 In my free time, I take courses to expand my knowledge and skills.");
}
}
public static void main(String[] args) {
BrunoMagno bruno = new BrunoMagno();
bruno.describe();
}
- Pernambuco, Brazil
- https://brunoliratm.github.io/portfolio-brunomagno/
- in/brunomagnotm
Highlights
- Pro
Pinned Loading
-
Repository-ROMs-Exynos7870
Repository-ROMs-Exynos7870 PublicThis repository contains a collection of custom ROMs Copiled/Ported by me for devices with exynos 7870.
-
Password-Gen
Password-Gen PublicThis Python-based tool allows you to quickly create reliable passwords to protect your online accounts.
Python
-
Ludus-GameStore
Ludus-GameStore PublicLudus is not just a game store, it's a gateway to endless adventures and thrilling experiences. Whether you're a casual gamer or a hardcore enthusiast, Ludus has something for everyone.
-
RickAndMorty-Spring-API
RickAndMorty-Spring-API PublicForked from Exploit-Experts/RickAndMorty-Spring-API
This project will be a web application based on Spring Boot that uses a RESTful API to consume data from the Rick and Morty series. It will include features such as character listing, details about…
Java
-
skill-icons
skill-icons PublicForked from tandpfun/skill-icons
The Skill Icons project allows you to stylishly showcase your skills in your GitHub README. With an easy-to-integrate interface, it offers a vast library of customizable icons representing a variet…
SVG 1
If the problem persists, check the GitHub status page or contact support.