diff options
| author | dam <dam@gudinoff> | 2024-02-28 00:03:27 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2024-02-28 00:03:27 +0000 |
| commit | d828e742d7702c7e2698db4371012a49dfeb95d5 (patch) | |
| tree | 23c0004ca8e421f79978a5b06e817ffd960a1788 /ttt.jai | |
| parent | 6a28cf6fb30f96d540b3ecbfd53b9e20ef61869d (diff) | |
| download | task-time-tracker-d828e742d7702c7e2698db4371012a49dfeb95d5.tar.zst task-time-tracker-d828e742d7702c7e2698db4371012a49dfeb95d5.zip | |
Moved custom modules to newly supported local modules folder.
Diffstat (limited to 'ttt.jai')
| -rw-r--r-- | ttt.jai | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,8 +24,8 @@ #import "File"; #import "File_Utilities"; #import "String"; +#import "Integer_Saturating_Arithmetic"; TUI :: #import "TUI"; -#load "Integer_Saturating_Arithmetic.jai"; // TODO List: |
