hellow

Crates.iohellow
lib.rshellow
version0.1.1
sourcesrc
created_at2024-03-22 08:37:11.806057
updated_at2024-03-22 09:37:42.239649
descriptionThis library only displays "🐹Hello World🐹"
homepage
repositoryhttps://github.com/cuticle999/hello-world-rust
max_upload_size
id1182380
size8,089
Kikawada Seina (cuticle999)

documentation

README

About

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

How to use

main.rs

extern crate hello;

fn main() {
    hello::hello();
}
Commit count: 22

cargo fmt