function hello_world() {
  return "Hello World!";
}
class Person
{
  protected $name;

  public function __construct($name)
  {
    $this->name = $name;
  }

  public function find($id)
  {
    return $this->where('id', $id)->first();
  }
  public function getName()
  {
    return $this->name;
  }
<h1>

Contact Me

</h1>
<p class="not-so-cool-paragraph">

Wanna say something to me?

</p>
Contact me via Instagram: https://www.instagram.com/andikanio/

Contact me via Facebook: https://www.facebook.com/andikanio

Contact me via Linkedin: https://www.linkedin.com/in/andikanio/