diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-01 15:34:24 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-01 15:34:24 -0400 |
| commit | a32c3747568562251d6c390faf325bf3ed3946e6 (patch) | |
| tree | 42eeb885db5f48358f43f8b7093084f2ce32b4e8 /examples/core/core.tm | |
| parent | da4d18e7e889a130f0dc944f8b3d6481f47ba74b (diff) | |
Add `core` library to avoid having to explicitly import a bunch of
common libraries
Diffstat (limited to 'examples/core/core.tm')
| -rw-r--r-- | examples/core/core.tm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/core/core.tm b/examples/core/core.tm new file mode 100644 index 00000000..b49448d2 --- /dev/null +++ b/examples/core/core.tm @@ -0,0 +1,9 @@ +# This file just uses all the most commonly used standard +# library modules so you don't have to import them one-by-one + +use patterns +use commands +use shell +use colorful +use log +use pthreads |
