2 releases
0.1.1 | Mar 22, 2024 |
---|---|
0.1.0 | Mar 22, 2024 |
#21 in #hello
24 downloads per month
2KB
About
🐹Hello World🐹と表示するだけのライブラリです。 This library only displays "🐹Hello World🐹".
How to use
main.rs
extern crate hello;
fn main() {
hello::hello();
}