Adding the challenge 0102

This commit is contained in:
2026-07-19 17:00:47 +02:00
parent 0b85e31d94
commit e3e67ade8b
3 changed files with 99 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
package db0102
import (
"io"
)
type Entry struct {
key []byte
val []byte
}
func (ent *Entry) Encode() []byte
func (ent *Entry) Decode(r io.Reader) error
// QzBQWVJJOUhU https://trialofcode.org/