diff options
Diffstat (limited to '')
| -rw-r--r-- | Kb.lean | 3 | ||||
| -rw-r--r-- | Kb/Basic.lean | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,3 @@ +-- This module serves as the root of the `Kb` library. +-- Import modules here that should be built as part of the library. +import Kb.Basic diff --git a/Kb/Basic.lean b/Kb/Basic.lean new file mode 100644 index 0000000..99415d9 --- /dev/null +++ b/Kb/Basic.lean @@ -0,0 +1 @@ +def hello := "world" |
