Skip to main content
Latest
File
export default function checkOnesSegment(s: string): boolean { return !s.includes("01");}