You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
83 B
Racket
4 lines
83 B
Racket
9 years ago
|
#lang reader "stack-compiler.rkt"
|
||
|
|
||
|
(* (/ 25 14 (expt 5 2)) (/ 2 3 1) (* 10 12 15))
|