[PD1] Innitial commit
This commit is contained in:
parent
287ae0e466
commit
c0e19b5774
10 changed files with 71 additions and 0 deletions
7
Projs/PD1/utils/crypto/crypto.go
Normal file
7
Projs/PD1/utils/crypto/crypto.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package crypto
|
||||
|
||||
import "fmt"
|
||||
|
||||
func Print(){
|
||||
fmt.Println("crypto package")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue