pluto-lang 0.1.2

A interpreted programming language made in Rust
1
2
3
let x = 5.5;
print(x + 5);
print(x);