diff options
author | Case Duckworth | 2022-08-21 18:02:46 -0500 |
---|---|---|
committer | Case Duckworth | 2022-08-21 18:02:46 -0500 |
commit | c9a942aca66903d817b3b7df46488451a0bd7004 (patch) | |
tree | c1e45bb1a98ba12c5917f24a54c21db367a01227 /src/util.fnl | |
parent | Modularize (diff) | |
download | radish-c9a942aca66903d817b3b7df46488451a0bd7004.tar.gz radish-c9a942aca66903d817b3b7df46488451a0bd7004.zip |
Move into src/ fennel
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 | |||