pluto-lang 0.1.5

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