#display #hello #world🐹 #🐹hello

hellow

This library only displays "🐹Hello World🐹"

2 releases

0.1.1 Mar 22, 2024
0.1.0 Mar 22, 2024

#4 in #hello

47 downloads per month

MIT/Apache

2KB

About

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

How to use

main.rs

extern crate hello;

fn main() {
    hello::hello();
}

No runtime deps