diff options
author | Case Duckworth | 2023-04-03 22:07:04 -0500 |
---|---|---|
committer | Case Duckworth | 2023-04-03 22:07:04 -0500 |
commit | a1cde11d5ebe95a365120eb5aeb7f65469e44b30 (patch) | |
tree | ecc91700447039733daebc04a6581dd01b92e7ed /main.scm | |
parent | It builds now (diff) | |
download | wikme-a1cde11d5ebe95a365120eb5aeb7f65469e44b30.tar.gz wikme-a1cde11d5ebe95a365120eb5aeb7f65469e44b30.zip |
Changes and stuff
I have done a bad job of documenting what I'm doing - it builds now - run `make` - it builds the pages in test/ and links them - ... that's it
Diffstat (limited to 'main.scm')
-rw-r--r-- | main.scm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/main.scm b/main.scm deleted file mode 100644 index c3e4554..0000000 --- a/main.scm +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | (import wikme | ||
2 | (chicken process-context)) | ||
3 | |||
4 | (define (main args) | ||
5 | (display (wikify-links "Hi from [[wikme]]!")) | ||
6 | (newline)) | ||
7 | |||
8 | (main (command-line-arguments)) | ||