Skip to content

VitorPaloco/VitorPaloco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 

Repository files navigation

Hello there πŸ‘‹

<?php

class SoftwareEngineer
{
    private string $name;
    private string $role;
    private array $languagesSpoken;

    public function __construct()
    {
        $this->name = "Vitor Paloco";
        $this->role = "Software Engineer";
        $this->languagesSpoken = ["pt_BR", "en_US"];
    }

    public function sayHi(): void
    {
        echo "Thanks for dropping by, hope you find some of my work interesting.";
    }
}

$me = new SoftwareEngineer();
$me->sayHi();

πŸ”§ Technologies & Tools

Category Skills
Frameworks
Languages
Database
Services & Tools
Learning

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors