2022-04-07 18:43:21 +02:00

5 lines
117 B
Scheme

;; In Emacs, open this file in -*- Scheme -*- mode
(int-print (int-pow 3 12)) ; should print 531441
(newline-print)