import gleam/io pub fn main() { io.debug(100 == 100) io.debug(1.5 != 0.1) }