8 lines
107 B
Go
8 lines
107 B
Go
|
|
var wants = []item{
|
||
|
|
{"sunscreen", 15, 2},
|
||
|
|
{"GPS", 25, 2},
|
||
|
|
{"beer", 35, 3},
|
||
|
|
}
|
||
|
|
|
||
|
|
const maxWt = 40
|