diff options
Diffstat (limited to 'lib/core/init.nom')
| -rw-r--r-- | lib/core/init.nom | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/core/init.nom b/lib/core/init.nom index 41362c7..84fd3cd 100644 --- a/lib/core/init.nom +++ b/lib/core/init.nom @@ -1,5 +1,6 @@ -#!/usr/bin/env nomsu -V6.15.13.8 -# Export everything +#!/usr/bin/env nomsu -V7.0.0 + +### Export everything export "core/metaprogramming" export "core/operators" export "core/control_flow" @@ -11,4 +12,4 @@ export "core/id" export "core/io" export "core/text" export "core/things" -export "core/time" +export "core/time"
\ No newline at end of file |
