Skip to content

cuticle999/hello-world-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

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

How to use

main.rs

extern crate hello;

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages