add cyrpto

This commit is contained in:
2020-05-03 01:32:48 +08:00
parent 2e5d18c15e
commit d6df92636b
3 changed files with 235 additions and 0 deletions

3
crypto/src/main.rs Normal file
View File

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