Mute C-like programming language const main = func() { echo "Hello, World!"; } Building from source This repository uses CMake as its build system. mkdir build cd build cmake .. make The compiled binary will be at the bin folder. Links Language Reference Project Documentation