Skip to content
View MarcosDasp's full-sized avatar
🐢
I may be slow to respond.
🐢
I may be slow to respond.
  • 21:45 (UTC -03:00)

Block or report MarcosDasp

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
MarcosDasp/README.md

Olá, prazer em conhecer!

Sobre mim

public class Student {

    private String name;
    private String role;
    private String[] languageSpoken;

    public Student() {
        this.name = "Marcos";
        this.role = "Informática para Negócios";
        this.languageSpoken = new String[] {"pt_BR", "en_US"};
    }

    public void sayHi() {
        System.out.println("Obrigado por visitar, espero que ache interessante o meu perfil :)");
    }

    public static void main(String[] args) {
        Student me = new Student();
        me.sayHi();
    }
}

Popular repositories Loading

  1. MarcosDasp MarcosDasp Public

    My personal repository.

  2. todolist todolist Public

    todo list made with springboot

    Java

  3. BMLRegister-BackEnd BMLRegister-BackEnd Public

    Java

  4. BMLRegister-FrontEnd BMLRegister-FrontEnd Public

    JavaScript

  5. docusaurus-example docusaurus-example Public

    Forked from EltonGaleti113/docusaurus-example

    JavaScript

  6. ProdMail-AI ProdMail-AI Public

    ProdMail-AI is a system designed to classify emails as Productive (requiring immediate or urgent action) or Unproductive (not requiring immediate action), as well as to generate AI-powered response…

    JavaScript