hellow 0.1.0

This library only displays "🐹Hello World🐹"
Documentation

About

Hello Worldと表示するだけのライブラリです。 This library only displays "Hello World.

How to use

extern crate hello;

fn main() {
    hello::hello();
}
[dependencies]
hello = { path = "" }