about summary refs log tree commit diff stats
path: root/main.scm
diff options
context:
space:
mode:
authorCase Duckworth2023-04-03 22:07:04 -0500
committerCase Duckworth2023-04-03 22:07:04 -0500
commita1cde11d5ebe95a365120eb5aeb7f65469e44b30 (patch)
treeecc91700447039733daebc04a6581dd01b92e7ed /main.scm
parentIt builds now (diff)
downloadwikme-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.scm8
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))