# Monologe

## Installation

Monologeインタプリタをダウンロードする.

```bash
$ git clone https://github.com/SanoHD/MONOLOG.git
```

## Example

````{tab} Code
`hello.mono`:

```none
* <- (outln) <- "Hello, World!"
```
````

````{tab} Terminal
```bash
$ python3 Monologe.py hello.mono
Hello, World!
```
````
