Skip to content

Commit

Permalink
feat: add library crate
Browse files Browse the repository at this point in the history
  • Loading branch information
katcipis committed Dec 21, 2023
1 parent a4e6140 commit 1384288
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pub fn run() {
println!("tailchat!!!");
}
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fn main() {
println!("tailchat!");
tailchat::run();
}

0 comments on commit 1384288

Please sign in to comment.