7 lines
80 B
Go
7 lines
80 B
Go
package crypto
|
|
|
|
import "fmt"
|
|
|
|
func Print(){
|
|
fmt.Println("crypto package")
|
|
}
|