Skip to content
View leonardoMoliveira's full-sized avatar
πŸ‘¨β€πŸ’»
Coding...
πŸ‘¨β€πŸ’»
Coding...
  • Porto Alegre, RS - Brasil

Block or report leonardoMoliveira

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
leonardoMoliveira/README.md

Hi there πŸ‘‹, I'm Leonardo Moraes! πŸ˜ƒ

πŸ”₯ Passionate about coding programming, learn new technologies and producing excellent results as a constant goal πŸ’ͺ🏼

πŸ’‘ Pleno full-stack developer πŸ’‘

This profile is a personal wiki for reference πŸ” Enjoy it

Pinned Loading

  1. arquitetura-flux arquitetura-flux Public

    JavaScript

  2. duckpattern duckpattern Public

    JavaScript

  3. private-vs-protected.php private-vs-protected.php
    1
    <?php
    2
    // Private vs Protected example code
    3
    
                  
    4
    class Person {
    5
        private string $name;