From dc84d057642588e45bf0cf58f40c9121405ec9e3 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Wed, 25 Jan 2017 06:25:57 -0800 Subject: [PATCH] info.rkt --- beautiful-racket-demo/basic-demo-nth/info.rkt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 beautiful-racket-demo/basic-demo-nth/info.rkt diff --git a/beautiful-racket-demo/basic-demo-nth/info.rkt b/beautiful-racket-demo/basic-demo-nth/info.rkt new file mode 100644 index 0000000..9641805 --- /dev/null +++ b/beautiful-racket-demo/basic-demo-nth/info.rkt @@ -0,0 +1,4 @@ +#lang info + +(define compile-omit-paths 'all) +(define test-omit-paths 'all) \ No newline at end of file