funny

Crates.iofunny
lib.rsfunny
version0.0.1-alpha
sourcesrc
created_at2021-01-15 01:11:47.603227
updated_at2021-01-15 01:11:47.603227
descriptionFunny Programming Language
homepage
repositoryhttps://github.com/fun-lan/funny/
max_upload_size
id342176
size4,627
Viktor Rozenko (sharpvik)

documentation

README

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!"
Commit count: 0

cargo fmt