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