Skip to main content
Go to Latest
File
export default function expectNumber(scores: number[]): number { return new Set(scores).size;}