function main(a: u32, b: u32) -> bool {
  return a < b
}