diff options
Diffstat (limited to 'nihil.cli/nihil.cli.ccm')
| -rw-r--r-- | nihil.cli/nihil.cli.ccm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nihil.cli/nihil.cli.ccm b/nihil.cli/nihil.cli.ccm new file mode 100644 index 0000000..faeb44e --- /dev/null +++ b/nihil.cli/nihil.cli.ccm @@ -0,0 +1,9 @@ +/* + * This source code is released into the public domain. + */ + +module; + +export module nihil.cli; + +export import :command_map; |
