pluto-lang 0.5.0

A interpreted programming language made in Rust
1
2
3
pub fn get_args() -> Vec<String> {
    std::env::args().collect()
}