madness continues

This commit is contained in:
2025-03-28 13:04:53 +00:00
parent 23e0208317
commit cabc283673
12 changed files with 156 additions and 25 deletions

View File

@@ -69,5 +69,6 @@ func InSlice(n int, list []int) bool {
return true
}
}
return false
return true
}