From 68461c4887484fcf835b1b3d8b1956b8a31cf3ce Mon Sep 17 00:00:00 2001 From: Denis Smetannikov Date: Sun, 15 Oct 2023 21:44:34 +0300 Subject: [PATCH] Exercise 1.13 (#8) --- src/sicp/chapter_1/ex_1_13.clj | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/sicp/chapter_1/ex_1_13.clj diff --git a/src/sicp/chapter_1/ex_1_13.clj b/src/sicp/chapter_1/ex_1_13.clj new file mode 100644 index 0000000..6e5c1c9 --- /dev/null +++ b/src/sicp/chapter_1/ex_1_13.clj @@ -0,0 +1,3 @@ +(ns sicp.chapter-1.ex-1-13) + +; Skipped. I'm too young for higher math.