diff options
Diffstat (limited to 'src/util.fnl')
-rw-r--r-- | src/util.fnl | 9 |
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 | |||
8 | util | ||
9 | |||