5 lines
No EOL
75 B
Go
5 lines
No EOL
75 B
Go
package challenge
|
|
|
|
func parse(instr string) []string {
|
|
return []string{}
|
|
} |