Skip to content

Commit

Permalink
chore: create "lib.rs" & update ".gitignore"
Browse files Browse the repository at this point in the history
  • Loading branch information
duguorong009 committed Nov 22, 2024
1 parent b771c82 commit 496283c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated by Cargo
# will have compiled files and executables
/target/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Expand Down
1 change: 1 addition & 0 deletions core/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub mod number;

0 comments on commit 496283c

Please sign in to comment.