aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authordam <dam@gudinoff>2024-07-09 17:38:52 +0100
committerdam <dam@gudinoff>2024-07-24 12:21:59 +0100
commitb8eeb1f44b083ecc25bdaa351540beeab112af07 (patch)
tree1d40c19bad347e6411feda0028dddadcffc20996 /modules
parent45aef04664df07913c9ab75a0b329a2e370a5ecc (diff)
downloadtask-time-tracker-b8eeb1f44b083ecc25bdaa351540beeab112af07.tar.zst
task-time-tracker-b8eeb1f44b083ecc25bdaa351540beeab112af07.zip
Store all user data as CSV files.v3.0
Diffstat (limited to 'modules')
-rw-r--r--modules/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/README.md b/modules/README.md
index d9b5839..13179e6 100644
--- a/modules/README.md
+++ b/modules/README.md
@@ -3,6 +3,8 @@ jai-modules
Modules for the language being developed by Thekla, Inc.
+Available at https://github.com/gudinoff/jai-modules
+
# Saturation
This module provides basic integer [saturation arithmetic](https://en.wikipedia.org/wiki/Saturation_arithmetic) procedures: `add`, `sub`, `mul`, and `div`.