feat: add tests

This commit is contained in:
2023-08-09 01:02:37 +08:00
parent 8904df2753
commit 12a91e6103
7 changed files with 317 additions and 0 deletions

View File

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