About
🐹Hello World🐹と表示するだけのライブラリです。 This library only displays "🐹Hello World🐹".
How to use
main.rs
extern crate hello;
fn main() {
hello::hello();
}
🐹Hello World🐹と表示するだけのライブラリです。 This library only displays "🐹Hello World🐹".
main.rs
extern crate hello;
fn main() {
hello::hello();
}