1 unstable release
0.0.1-alpha | Jan 15, 2021 |
---|
#16 in #entrypoint
3KB
Introduction
Here's a quick introduction of Funny.
Install
For now, the only way to install Funny is through cargo (Rust package manager). Yet, it's a sexy way to do it:
cargo install funny
Hello, World!
main is Entrypoint
main : [String] . String
main = _ . "Hello, World!"