fn main() {
    const MAX_POINTS: u32 = 100_000;
    
    println!("{}", MAX_POINTS);
} 
by