diff options
author | Ben Sima <ben@bsima.me> | 2020-11-28 14:33:56 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-30 19:01:38 -0500 |
commit | 46efb70b6a0970c5b1faf448ee2bae469d0f725f (patch) | |
tree | 1332fcf4c0c4c674b8d430f5c0613e4db0e4f8fa /Biz/Bot.scm | |
parent | 0d50151f8e3a83a27f2a8c3859a934ec9c616161 (diff) |
Stub guile build and fix namespace in nix build
Diffstat (limited to 'Biz/Bot.scm')
-rw-r--r-- | Biz/Bot.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Biz/Bot.scm b/Biz/Bot.scm new file mode 100644 index 0000000..7ed413a --- /dev/null +++ b/Biz/Bot.scm @@ -0,0 +1,4 @@ + + + +(display "hello") |