diff options
| author | Matthew Hall <hallmatthew314@gmail.com> | 2022-09-04 15:55:10 +1200 |
|---|---|---|
| committer | Matthew Hall <hallmatthew314@gmail.com> | 2022-09-04 15:55:10 +1200 |
| commit | 2fe381c9a1719718d4a4dfc662f07db47af7831f (patch) | |
| tree | 9878717f235f686849e685599500394a461e9b0e /src/util.cr | |
| parent | 70dbbd733758b61317af37af1cbbec6aa4b6e2a5 (diff) | |
Big refactor + Program base class
Diffstat (limited to 'src/util.cr')
| -rw-r--r-- | src/util.cr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util.cr b/src/util.cr index 8c5df5c..571a72e 100644 --- a/src/util.cr +++ b/src/util.cr @@ -1,4 +1,8 @@ module Util + alias OptionsBundle = { + memory_size: Int32? + } + class FlintError < Exception end |
