Skip to content
View LmarDark's full-sized avatar

Highlights

  • Pro

Block or report LmarDark

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
LmarDark/README.md

Hi there, I'm Lucas

🙎 Lucas Matheus | 💻 Back-end developer | 🛸 Brazil

⚡️ I don't trust people who don't indent their code properly ⚡️

<?php
    $class = new LmarDark;

    $person = $class->create();
    echo 'Name:' . $person->name . '</br>'; 
    echo 'Age:' . $person->age . '</br>';

    class LmarDark {
        public string $name;
        public int $age;
        public array $langs;

        public function create() {
            $person = new stdClass();
            
            $person->name = 'Lucas Matheus';
            $person->age = 21;
            
            return $person;
        }
    }
?>

My Skills

Environment

Languages

Technologies

Tools


Pinned Loading

  1. LmarDark LmarDark Public