Skip to content

Instantly share code, notes, and snippets.

View Dragomeat's full-sized avatar
🏠
Working from home

Artem Prosvetov Dragomeat

🏠
Working from home
View GitHub Profile
@Dragomeat
Dragomeat / keybase.md
Created September 21, 2019 16:05
keybase.md

Keybase proof

I hereby claim:

  • I am dragomeat on github.
  • I am dragomeat (https://keybase.io/dragomeat) on keybase.
  • I have a public key ASBcUHdnBzROx0EPi3QMkN67pMZktoFcA1Qk1-A9c2Dyewo

To claim this, I am signing this object:

<?php
declare(strict_types=1);
class Calculator
{
private $result;
public function __construct(int $result = 0)
{