5 lines
64 B
Go
5 lines
64 B
Go
package challenge
|
|
|
|
func PartTwo(instr string) int {
|
|
return 0
|
|
}
|