Hacker News new | ask | show | jobs
by terranera 4398 days ago
#lang racket (define (add-bizzare x y) (round (+ (+ x 0.4) (+ y 0.4))))