theoboldalex / open_source_workshop

A workshop on how to get involved in Open Source for beginners

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shitty Calculator

This package is the world's shittiest calculator.

Example Usage

<?php declare(strict_types=1);

require __DIR__ . '/vendor/autoload.php';

$calculator = new ShittyCalculator();
$calculator->add(2,2); // 4

About

A workshop on how to get involved in Open Source for beginners


Languages

Language:PHP 100.0%