Skip to content

Instantly share code, notes, and snippets.

View rimas-kudelis's full-sized avatar
🧳
Gradually moving out of GitHub

Rimas Kudelis rimas-kudelis

🧳
Gradually moving out of GitHub
View GitHub Profile
[
{
"name": "LST 1582 klaviatūra"
},
[
{
"a": 7
},
"⎋ Gr",
{
@rimas-kudelis
rimas-kudelis / Converter.php
Last active December 29, 2017 13:17
Arabic to Roman numerals converter
<?php
namespace App;
/**
* Converts positive decimal numbers to Roman numerals.
* Note: M (1000) is the largest Roman numeral supported by this function.
*/
class Converter
{