about summary refs log tree commit diff stats
path: root/src/util.fnl
diff options
context:
space:
mode:
authorCase Duckworth2022-08-21 18:02:46 -0500
committerCase Duckworth2022-08-21 18:02:46 -0500
commitc9a942aca66903d817b3b7df46488451a0bd7004 (patch)
treec1e45bb1a98ba12c5917f24a54c21db367a01227 /src/util.fnl
parentModularize (diff)
downloadradish-c9a942aca66903d817b3b7df46488451a0bd7004.tar.gz
radish-c9a942aca66903d817b3b7df46488451a0bd7004.zip
Move into src/ fennel
Diffstat (limited to 'src/util.fnl')
-rw-r--r--src/util.fnl9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/util.fnl b/src/util.fnl new file mode 100644 index 0000000..9801154 --- /dev/null +++ b/src/util.fnl
@@ -0,0 +1,9 @@
1;;; UTIL.fnl
2;; Utility functions
3;; Copyright (C) 2022 Case Duckworth <acdw@acdw.net>
4;; License: Good Choices (https://acdw.casa/gcl)
5
6(local util {})
7
8util
9