From a1cde11d5ebe95a365120eb5aeb7f65469e44b30 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 3 Apr 2023 22:07:04 -0500 Subject: 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 --- main.scm | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 main.scm (limited to 'main.scm') diff --git a/main.scm b/main.scm deleted file mode 100644 index c3e4554..0000000 --- a/main.scm +++ /dev/null @@ -1,8 +0,0 @@ -(import wikme - (chicken process-context)) - -(define (main args) - (display (wikify-links "Hi from [[wikme]]!")) - (newline)) - -(main (command-line-arguments)) -- cgit 1.4.1-21-gabe81