Skip to main content
File
export const is_even = (num: number): boolean => { return num % 2 === 0;};