diff options
| author | Matthew Hall <hallmatthew314@gmail.com> | 2022-08-29 17:53:29 +1200 |
|---|---|---|
| committer | Matthew Hall <hallmatthew314@gmail.com> | 2022-08-29 17:53:29 +1200 |
| commit | 3ec262b17620424d0e1c7b9411f6757c609238f6 (patch) | |
| tree | 803ac267b4c1707ca717213395dbb4c34372ebcf /src/flint.cr | |
Initial commit
Diffstat (limited to 'src/flint.cr')
| -rw-r--r-- | src/flint.cr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/flint.cr b/src/flint.cr new file mode 100644 index 0000000..48d6d30 --- /dev/null +++ b/src/flint.cr @@ -0,0 +1,6 @@ +# TODO: Write documentation for `Flint` +module Flint + VERSION = "0.1.0" + + # TODO: Put your code here +end |
