Add 'magic.go'

This commit is contained in:
olebeck 2022-03-03 21:08:32 +00:00
parent fb84209a10
commit 5eb8d64382

9
magic.go Normal file
View File

@ -0,0 +1,9 @@
package main
func magic_key() byte {
return 0xd
}
func magic() string {
return "606c7f6668797d616c6e68236a62"
}