Adding the challenge 0102
This commit is contained in:
@@ -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/
|
||||
Reference in New Issue
Block a user