mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-01 15:57:46 +02:00
chore: Add ReSet-Lib crate
This commit is contained in:
parent
b96a6f2b2e
commit
34c77d2d68
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn name() {
|
||||
assert_eq!(1, 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue