Initialise
This commit is contained in:
parent
3ff7f9b0b9
commit
0941f68e91
700 changed files with 27489 additions and 0 deletions
5
flatten-array/flatten_array.go
Normal file
5
flatten-array/flatten_array.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package flatten
|
||||
|
||||
func Flatten(nested interface{}) []interface{} {
|
||||
panic("Please implement the Flatten function")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue