# Labyrinth

## Installation

Labyrinthインタプリタをダウンロードする.

```bash
$ git clone https://github.com/m-ender/labyrinth.git
```

## Example

````{tab} Code
`hello.lab`:

```none
72.101.108:..111.44.32.87.111.114.108.100.33.10.@
```
````

````{tab} Terminal
```bash
$ ruby interpreter.rb hello.lab
Hello, World!
```
````
