CSI-ES-2324/Projs/PD1/utils/crypto/crypto.go

8 lines
80 B
Go
Raw Normal View History

2024-04-16 09:02:23 +01:00
package crypto
import "fmt"
func Print(){
fmt.Println("crypto package")
}