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