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