Skip to content
View RassiGG's full-sized avatar

Block or report RassiGG

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RassiGG/README.md

HI ITS RASSI! 👋

Rassi coding

ABOUT ME :)

public class aboutme{

private String location;
public String programator;
public String habilities;
public static void main(String[] args) {
    System.out.println("My name is: Leonardo Rassi");
    System.out.println("I am 17 years old.");
    System.out.println("I am a student of computer engineering from UFMT.");
    System.out.println("I am passionate about programming and technology.");
    aboutme person = new aboutme();
    person.location = "Brazil";
    person.programator = "I am a passionate programmer.";
    person.habilities = "I have medium experience in Java, and Web development with JavaScript, HTML, CSS and Typescript and learning C language.";
while (person != null) {
    System.out.println("I am from: " + person.location);
    System.out.println(person.programator);
    System.out.println("My habilities are: " + person.habilities);
    break;
    
}
}

Languages, Tools, Web, and Databases


Other Tools


Social Media


streak graph

Pinned Loading

  1. Quiz-de-conhecimentos-gerais-da-zueira Quiz-de-conhecimentos-gerais-da-zueira Public

    Quiz pra todo mundo usar

    Java 1