4 lines
83 B
Racket
4 lines
83 B
Racket
#lang reader "stack-compiler.rkt"
|
|
|
|
(* (/ 25 14 (expt 5 2)) (/ 2 3 1) (* 10 12 15))
|