Configure as library, add demo

This commit is contained in:
Elnu 2023-05-19 12:16:47 -07:00
parent af89a99a52
commit 6a027c0a24
6 changed files with 19 additions and 2 deletions

View file

@ -1,3 +1,3 @@
fn main() {
pub fn hello() {
println!("Hello, world!");
}