Crates.io | hellow |
lib.rs | hellow |
version | 0.1.1 |
source | src |
created_at | 2024-03-22 08:37:11.806057 |
updated_at | 2024-03-22 09:37:42.239649 |
description | This library only displays "🐹Hello World🐹" |
homepage | |
repository | https://github.com/cuticle999/hello-world-rust |
max_upload_size | |
id | 1182380 |
size | 8,089 |
🐹Hello World🐹と表示するだけのライブラリです。 This library only displays "🐹Hello World🐹".
main.rs
extern crate hello;
fn main() {
hello::hello();
}