Artemis Language Docs

Welcome to Artemis Language (ARX)

ARX is a compiled language designed with boredom. Use the menu to navigate the documentation.

Do not to star on Github xd.

GNU General Public License Version 3.0

Hello World Example

            
using io

int _exec() {
    io.print('Hello World!\n')
    return 0
}