The Sixth Programming Language

Instalattion

cargo install sixth

## Basics

Hello world:

" Hello, world! " .
Output: 2

Basic math:

1 1 + .
Output: 2

Function:

fn my_func 1 + end 1 my_func . Output: 2