remove odd declaration

This commit is contained in:
Pavel 2022-04-08 14:39:36 +03:00
parent e4ebfcfd06
commit 0cf58f0006

View file

@ -22,10 +22,6 @@ func MergeChans(chs ...<-chan int) <-chan int {
panic("implement me")
}
func MergeChans(chs ...<-chan int) <-chan int {
panic("implement me")
}
func IsHermitianMatrix(m [][]int) bool {
panic("implement me")
}