Artemis Language Docs

Welcome to ARX

ARX is a modern compiled language designed by vibe-coding. Use the menu to navigate the documentation.

Be sure to star on Github!

GNU General Public License Version 3.0

Hello World Example

            
using io

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